summaryrefslogtreecommitdiff
path: root/src/input/inputmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/inputmanager.h')
-rw-r--r--src/input/inputmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/inputmanager.h b/src/input/inputmanager.h
index b91af8882..5f4b7ad6b 100644
--- a/src/input/inputmanager.h
+++ b/src/input/inputmanager.h
@@ -70,6 +70,8 @@ class InputManager final
std::string getKeyValueByName(const std::string &keyName);
+ std::string getKeyValueByNameLong(const std::string &keyName);
+
void addActionKey(const int action, const int type, const int val);
void setNewKey(const SDL_Event &event, const int type);