diff options
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. */ |