sdl2_frt/src/joystick
Philipp Wiesemann 5c43207fad Emscripten: Fixed sending button and motion events for not opened joysticks.
SDL_SYS_JoystickUpdate() was implemented incorrectly. For every call to it all
attached joysticks were checked. But actually only the given SDL_Joystick should
be checked then. This allowed sending broken events for attached but not opened
joysticks. It also checked the opened joysticks more often than actually needed.
2015-02-22 21:00:35 +01:00
..
android Fixed including SDL_config.h in implementation for Android. 2015-01-31 21:02:56 +01:00
bsd Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
darwin Mac OS X: Better way to stop duplicate joystick reports (thanks, Kyungdahm!). 2015-02-19 23:52:10 -05:00
dummy Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
emscripten Emscripten: Fixed sending button and motion events for not opened joysticks. 2015-02-22 21:00:35 +01:00
haiku Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
iphoneos Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +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 bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_gamecontroller.c Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_gamecontrollerdb.h Add binding layout for Xbone pad. 2015-01-29 13:33:20 -08:00
SDL_joystick_c.h Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_joystick.c Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_sysjoystick.h Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
sort_controllers.py Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00