diff options
Diffstat (limited to 'src/input/keyboardconfig.h')
-rw-r--r-- | src/input/keyboardconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/keyboardconfig.h b/src/input/keyboardconfig.h index 21b7ac608..6bd66f69f 100644 --- a/src/input/keyboardconfig.h +++ b/src/input/keyboardconfig.h @@ -93,9 +93,9 @@ class KeyboardConfig final void update(); - void handleActicateKey(const SDL_Event &event); + void handleActivateKey(const SDL_Event &event); - void handleActicateKey(const int key); + void handleActivateKey(const int key); void handleDeActicateKey(const SDL_Event &event); |