Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
538 additions
and 486 deletions.
- +6 −0 src/joystick/SDL_joystick.c
- +3 −0 src/joystick/SDL_joystick_c.h
- +460 −443 src/joystick/controller_type.h
- +21 −15 src/joystick/darwin/SDL_sysjoystick.c
- +6 −0 src/joystick/hidapi/SDL_hidapijoystick.c
- +16 −10 src/joystick/linux/SDL_sysjoystick.c
- +12 −7 src/joystick/windows/SDL_dinputjoystick.c
- +14 −11 src/joystick/windows/SDL_xinputjoystick.c