Commit 2f95365c authored by Johann Deneux's avatar Johann Deneux Committed by Vojtech Pavlik

Small fix to assign continuous values to KEY_*.

parent 3fc985a6
...@@ -473,11 +473,11 @@ struct input_id { ...@@ -473,11 +473,11 @@ struct input_id {
#define KEY_RESTART 0x198 #define KEY_RESTART 0x198
#define KEY_SLOW 0x199 #define KEY_SLOW 0x199
#define KEY_SHUFFLE 0x19a #define KEY_SHUFFLE 0x19a
#define KEY_BREAK 0x1ab #define KEY_BREAK 0x19b
#define KEY_PREVIOUS 0x19c #define KEY_PREVIOUS 0x19c
#define KEY_DIGITS 0x19d #define KEY_DIGITS 0x19d
#define KEY_TEEN 0x19e #define KEY_TEEN 0x19e
#define KEY_TWEN 0x1af #define KEY_TWEN 0x19f
#define KEY_MAX 0x1ff #define KEY_MAX 0x1ff
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment