summaryrefslogtreecommitdiff
path: root/src/inputmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputmanager.h')
-rw-r--r--src/inputmanager.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/inputmanager.h b/src/inputmanager.h
index 0738fbebb..be0acc23e 100644
--- a/src/inputmanager.h
+++ b/src/inputmanager.h
@@ -96,7 +96,9 @@ class InputManager
void store();
- void makeDefault();
+ void resetKeys();
+
+ void makeDefault(int i);
bool hasConflicts(int &key1, int &key2);
@@ -144,6 +146,8 @@ class InputManager
int getKeyIndex(int value, int grp, int type) const;
+ void update();
+
protected:
Setup_Input *mSetupInput; /**< Reference to setup window */