diff options
-rw-r--r-- | backends/platform/sdl/hardwarekeys.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/sdl/hardwarekeys.cpp b/backends/platform/sdl/hardwarekeys.cpp index fdfd365a73..420aef82cb 100644 --- a/backends/platform/sdl/hardwarekeys.cpp +++ b/backends/platform/sdl/hardwarekeys.cpp @@ -175,7 +175,6 @@ const Key keys[] = { {"UNDO", KEYCODE_UNDO, 0, "Undo", kActionKeyType, false}, {0, KEYCODE_INVALID, 0, 0, kGenericKeyType, false} }; -#endif struct Mod { byte flag; @@ -194,6 +193,8 @@ const Mod modifiers[] = { { KBD_SHIFT | KBD_CTRL | KBD_ALT, "C+A+", "Ctrl+Alt+", true }, { 0, 0, 0, false } }; +#endif + Common::HardwareKeySet *OSystem_SDL::getHardwareKeySet() { #ifdef ENABLE_KEYMAPPER |