aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/maemo/maemo.h
diff options
context:
space:
mode:
authorTarek Soliman2012-02-09 01:26:34 -0600
committerTarek Soliman2012-02-12 13:28:13 -0600
commit8c245af35cc2ac3666b631be12e1f130bfbad503 (patch)
treee1088ef87f0900ed9507b82c10000416bf27f978 /backends/platform/maemo/maemo.h
parent705761011d24f08eb56add90f6dfa605b36ac8ee (diff)
downloadscummvm-rg350-8c245af35cc2ac3666b631be12e1f130bfbad503.tar.gz
scummvm-rg350-8c245af35cc2ac3666b631be12e1f130bfbad503.tar.bz2
scummvm-rg350-8c245af35cc2ac3666b631be12e1f130bfbad503.zip
MAEMO: Define platform global keymap
Diffstat (limited to 'backends/platform/maemo/maemo.h')
-rw-r--r--backends/platform/maemo/maemo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/maemo/maemo.h b/backends/platform/maemo/maemo.h
index 44b84cd9b5..e94c6c603b 100644
--- a/backends/platform/maemo/maemo.h
+++ b/backends/platform/maemo/maemo.h
@@ -40,6 +40,7 @@ public:
virtual void setWindowCaption(const char *caption);
virtual void setupIcon();
virtual Common::HardwareKeySet *getHardwareKeySet();
+ virtual Common::Keymap *getGlobalKeymap();
Model getModel() { return _model; }