SDL/src/joystick
Philipp Wiesemann e4d80184c0 Fixed gamecontroller database sorting script not sorting the whole database.
The script was originally written for an SDL_gamecontrollerdb.h which had groups
of mappings separated by single lines starting with a "#". This was changed some
time ago to #endif/#if pairs. Because the script assumed only a single #endif in
the whole file it no longer worked correctly and only processed the first group.
2014-10-29 22:44:35 +01:00
..
android Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
bsd Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
darwin Mac: Don't add the same joystick twice if IOKit reports a duplicate device. 2014-08-31 11:21:10 -04:00
dummy Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
haiku Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
iphoneos Fixed bug 2603 - iOS: update joystick accelerometer code to use CoreMotion instead of the deprecated UIAccelerometer 2014-06-25 00:20:21 -07:00
linux Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
psp Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
windows WinRT build fix 2014-10-15 15:50:35 -04:00
SDL_gamecontroller.c Added handling of NULL as input for SDL_GameControllerAddMapping(). 2014-10-26 23:28:45 +01:00
SDL_gamecontrollerdb.h Added an entry for the new Steam controller XInput emulation mode 2014-08-11 17:24:54 -07:00
SDL_joystick_c.h Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
SDL_joystick.c Fixed bug 2553 - Add support to all XInput devices 2014-06-24 13:31:25 -07:00
SDL_sysjoystick.h SDL_SYS_IsXInputGamepad_DeviceIndex() is only available if SDL_JOYSTICK_XINPUT is true. 2014-07-07 11:44:14 -07:00
sort_controllers.py Fixed gamecontroller database sorting script not sorting the whole database. 2014-10-29 22:44:35 +01:00