The XBox One S controller sends keys outside the standard joystick button range

This commit is contained in:
Sam Lantinga
2016-11-22 22:14:28 -08:00
parent 6558ecdbf6
commit aa03b9d7af
3 changed files with 7 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ struct joystick_hwdata
} *balls;
/* Support for the Linux 2.4 unified input interface */
Uint8 key_map[KEY_MAX - BTN_MISC];
Uint8 key_map[KEY_MAX];
Uint8 abs_map[ABS_MAX];
struct axis_correct
{