diff options
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r-- | src/keyboardconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h index e101a65e0..69d3b9db5 100644 --- a/src/keyboardconfig.h +++ b/src/keyboardconfig.h @@ -90,8 +90,12 @@ class KeyboardConfig final void handleActicateKey(const SDL_Event &event); + void handleActicateKey(const int key); + void handleDeActicateKey(const SDL_Event &event); + void handleDeActicateKey(const int key); + int getActionId(const SDL_Event &event) A_WARN_UNUSED; void handleRepeat(const int time); |