The XBox One S controller sends keys outside the standard joystick button range
This commit is contained in:
parent
abf96e098e
commit
c0bf85bee4
3 changed files with 7 additions and 11 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue