diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-10 18:10:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-10 18:12:36 +0300 |
commit | a373717a071e4c35e1eb5c033a7c04fe44ce6c1e (patch) | |
tree | 9974117cdd545b0cdffea1c08d1e2d4bb3dab5f1 /src/input/keyboardconfig.h | |
parent | 92c196947c06a795d81ff35f7c0bf6946e214b5a (diff) | |
download | plus-a373717a071e4c35e1eb5c033a7c04fe44ce6c1e.tar.gz plus-a373717a071e4c35e1eb5c033a7c04fe44ce6c1e.tar.bz2 plus-a373717a071e4c35e1eb5c033a7c04fe44ce6c1e.tar.xz plus-a373717a071e4c35e1eb5c033a7c04fe44ce6c1e.zip |
Fix typo handleActicateKey -> handleActivateKey
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); |