aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/maemo/maemo.cpp
diff options
context:
space:
mode:
authorTarek Soliman2012-02-28 06:38:07 -0600
committerTarek Soliman2012-02-28 06:45:35 -0600
commit477c1b9a87046f17c165e66f566d91d0906a8fcd (patch)
treec4e487294b97d8bd7a10af1d1514353367b7befa /backends/platform/maemo/maemo.cpp
parent4d1e6c3d54fc692697144ebe2d4799fa67f30203 (diff)
downloadscummvm-rg350-477c1b9a87046f17c165e66f566d91d0906a8fcd.tar.gz
scummvm-rg350-477c1b9a87046f17c165e66f566d91d0906a8fcd.tar.bz2
scummvm-rg350-477c1b9a87046f17c165e66f566d91d0906a8fcd.zip
KEYMAPPER: HardwareInputSet now has defaults
Ports can add additional special keys. SDL no longer carries the static tables. Default behavior unchanged: HardwareInputSet() still gives an empty one.
Diffstat (limited to 'backends/platform/maemo/maemo.cpp')
-rw-r--r--backends/platform/maemo/maemo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/maemo/maemo.cpp b/backends/platform/maemo/maemo.cpp
index 5e8b6e16a7..d1cdbc96c0 100644
--- a/backends/platform/maemo/maemo.cpp
+++ b/backends/platform/maemo/maemo.cpp
@@ -183,7 +183,7 @@ void OSystem_SDL_Maemo::setupIcon() {
#ifdef ENABLE_KEYMAPPER
Common::HardwareInputSet *OSystem_SDL_Maemo::getHardwareInputSet() {
- return new Common::HardwareInputSet(Common::maemoKeys, Common::maemoModifiers);
+ return new Common::HardwareInputSet(false, Common::maemoKeys, Common::maemoModifiers);
}
Common::Keymap *OSystem_SDL_Maemo::getGlobalKeymap() {