summaryrefslogtreecommitdiff
path: root/src/inputmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputmanager.h')
-rw-r--r--src/inputmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inputmanager.h b/src/inputmanager.h
index 9e2081f4e..b95233f2d 100644
--- a/src/inputmanager.h
+++ b/src/inputmanager.h
@@ -141,6 +141,8 @@ class InputManager
bool triggerAction(const KeysVector *ptrs);
+ int getKeyIndex(int value, int grp, int type) const;
+
protected:
Setup_Input *mSetupInput; /**< Reference to setup window */