SDL/src/joystick
Sam Lantinga c509aaffad Fixed bug 2361 - [Android] Joysticks do not have unique IDs
David Brady

When I attempted to make a mapping file for Android gamepads, I quickly discovered that most of the ones that I have here show up as the same device (Broadcom Bluetooth HID), meaning that it was impossible to make mappings on Android, since every device looked the same.

This patch will check for the existence of the getDescriptor function added in Jelly Bean, and use it if it's there.  The Android Dashboard says that the majority of Android phones should support this function, and doing it this way will not force us to bump up our API version.
2017-08-28 10:03:39 -07:00
..
android Fixed bug 2361 - [Android] Joysticks do not have unique IDs 2017-08-28 10:03:39 -07:00
bsd Fixed binding the D-pad on some Super NES style controllers 2017-01-03 23:39:28 -08:00
darwin Added SDL hints to filter the set of game controllers reported by SDL 2017-08-09 11:59:29 -07:00
dummy Updated copyright for 2017 2017-01-01 18:33:28 -08:00
emscripten Removed unused hint includes. 2017-06-08 22:40:09 +02:00
haiku haiku: Changed header paths to be more compatible. 2017-07-29 23:00:14 +02:00
iphoneos Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks 2017-08-14 06:28:21 -07:00
linux Added SDL hints to filter the set of game controllers reported by SDL 2017-08-09 11:59:29 -07:00
psp Updated copyright for 2017 2017-01-01 18:33:28 -08:00
windows Fixed bug 3299 - DirectInput: Incorrect joystick mapping when attaching new joysticks 2017-08-13 20:42:41 -07:00
SDL_gamecontroller.c Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks 2017-08-14 06:28:21 -07:00
SDL_gamecontrollerdb.h Add support for GameSir G4s 2017-08-26 21:20:20 +02:00
SDL_joystick_c.h Added SDL hints to filter the set of game controllers reported by SDL 2017-08-09 11:59:29 -07:00
SDL_joystick.c Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks 2017-08-14 06:28:21 -07:00
SDL_sysjoystick.h Implemented Linux joystick blacklist 2017-04-06 06:30:43 -07:00
sort_controllers.py Fixed gamecontroller database sorting script not sorting the whole database. 2014-10-29 22:44:35 +01:00