diff options
Diffstat (limited to 'src/frontend/qt_sdl/Input.h')
-rw-r--r-- | src/frontend/qt_sdl/Input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/qt_sdl/Input.h b/src/frontend/qt_sdl/Input.h index 2dfa4a7..5a38756 100644 --- a/src/frontend/qt_sdl/Input.h +++ b/src/frontend/qt_sdl/Input.h @@ -40,6 +40,7 @@ void CloseJoystick(); void KeyPress(QKeyEvent* event); void KeyRelease(QKeyEvent* event); +void KeyReleaseAll(); void Process(); |