summaryrefslogtreecommitdiff
path: root/src/inputmanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-04-08 21:20:49 +0300
committerAndrei Karas <akaras@inbox.ru>2012-04-08 21:20:49 +0300
commit6b18411ee5855acdbce2e0ab5dd508cb07b04706 (patch)
tree7eee355a1dfa9f2262d45a34954e611e5bd17a9a /src/inputmanager.h
parentbb258f09a0b50f6382be2ff36637191a8b103c3f (diff)
downloadplus-6b18411ee5855acdbce2e0ab5dd508cb07b04706.tar.gz
plus-6b18411ee5855acdbce2e0ab5dd508cb07b04706.tar.bz2
plus-6b18411ee5855acdbce2e0ab5dd508cb07b04706.tar.xz
plus-6b18411ee5855acdbce2e0ab5dd508cb07b04706.zip
Allow assign keys before connecting to game.
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 0efe2d85e..0c78e1e09 100644
--- a/src/inputmanager.h
+++ b/src/inputmanager.h
@@ -139,6 +139,8 @@ class InputManager
bool invokeKey(const KeyData *key, int keyNum, int mask);
+ bool handleAssignKey(const SDL_Event &event);
+
protected:
Setup_Keyboard *mSetupKey; /**< Reference to setup window */