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 abf96e098e
commit c0bf85bee4
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
{