diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-18 02:58:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-18 02:58:23 +0300 |
commit | 23f87c10db7e6b149e9e1f351e1a82516c545df7 (patch) | |
tree | a64be1829568f16108c0a39c4a9a5e3957466831 /src/joystick.h | |
parent | 0f82a8b4a599fbeb2663680deb406bbc15a67576 (diff) | |
download | mv-23f87c10db7e6b149e9e1f351e1a82516c545df7.tar.gz mv-23f87c10db7e6b149e9e1f351e1a82516c545df7.tar.bz2 mv-23f87c10db7e6b149e9e1f351e1a82516c545df7.tar.xz mv-23f87c10db7e6b149e9e1f351e1a82516c545df7.zip |
First step for dehardcode input handling in widgets.
Now widgets can check for input event.
Diffstat (limited to 'src/joystick.h')
-rw-r--r-- | src/joystick.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/joystick.h b/src/joystick.h index 740fa7cbd..39e96964f 100644 --- a/src/joystick.h +++ b/src/joystick.h @@ -147,6 +147,8 @@ class Joystick KeyToActionMap mKeyToAction; + KeyToIdMap mKeyToId; + /** * Is joystick support enabled. */ |