diff options
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r-- | src/keyboardconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h index ce09de898..c06699b21 100644 --- a/src/keyboardconfig.h +++ b/src/keyboardconfig.h @@ -73,7 +73,7 @@ class KeyboardConfig int getKeyValueFromEvent(const SDL_Event &event) const; - bool triggerAction(const SDL_Event &event); + KeysVector *getActionVector(const SDL_Event &event); std::string getKeyName(int key); |