diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/webos/webos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/webos/webos.cpp b/backends/platform/webos/webos.cpp index 7dd42e5440..4ec153a7e9 100644 --- a/backends/platform/webos/webos.cpp +++ b/backends/platform/webos/webos.cpp @@ -57,7 +57,7 @@ HardwareInputSet *OSystem_SDL_WebOS::getHardwareInputSet() { HardwareInputSet *inputSet = OSystem_SDL::getHardwareInputSet(); // Add WebOS specific keys - keySet->addHardwareInput(new HardwareInput("FORWARD", + inputSet->addHardwareInput(new HardwareInput("FORWARD", KeyState((KeyCode) 229, 229, 0), "Forward")); // Return the modified hardware key set |