diff options
Diffstat (limited to 'src/inputmanager.h')
-rw-r--r-- | src/inputmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inputmanager.h b/src/inputmanager.h index 0efe2d85e..0c78e1e09 100644 --- a/src/inputmanager.h +++ b/src/inputmanager.h @@ -139,6 +139,8 @@ class InputManager bool invokeKey(const KeyData *key, int keyNum, int mask); + bool handleAssignKey(const SDL_Event &event); + protected: Setup_Keyboard *mSetupKey; /**< Reference to setup window */ |