SDL/src/joystick
Philipp Wiesemann f89341baf9 Emscripten: Changed return type of callback implementations from int to EM_BOOL.
The prototypes are declared with EM_BOOL (which is currently an int) in html5.h.
2015-02-15 21:44:36 +01:00
..
android Fixed including SDL_config.h in implementation for Android. 2015-01-31 21:02:56 +01: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
emscripten Emscripten: Changed return type of callback implementations from int to EM_BOOL. 2015-02-15 21:44:36 +01:00
haiku Fixed wrong documentation in joystick implementation source. 2015-01-16 23:07:10 +01:00
iphoneos Fixed wrong documentation in joystick implementation source. 2015-01-16 23:07:10 +01:00
linux Fixed game controller hotplug support for some embedded Linux devices 2015-01-29 13:33:53 -08:00
psp Added missing guards in implementation for PSP. 2015-01-31 22:45:54 +01:00
windows Fixed wrong documentation in joystick implementation source. 2015-01-16 23:07:10 +01:00
SDL_gamecontroller.c Initial merge of Emscripten port! 2014-12-18 00:19:52 -05:00
SDL_gamecontrollerdb.h Add binding layout for Xbone pad. 2015-01-29 13:33:20 -08: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