SDL-mirror/src/joystick
Sam Lantinga e63559cffd Report joystick added/removed events even if we don't have udev.
T. Joseph Carter

As discussed (possibly to death), the Linux joystick driver does not actually report events for added or removed joysticks when you haven't got udev support.

We simply cannot know about removed joysticks without udev.  But we can (and we should) report adding them.  This brings the legacy case in line with pretty much the rest of SDL's joystick drivers.
2013-10-10 20:58:20 -07:00
..
android File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
beos Christoph Mallon: Remove pointless if (x) before SDL_free(x) 2013-08-29 08:29:21 -07:00
bsd Fixed bug 2090 - Some joystick inputs are delayed on FreeBSD 2013-09-06 20:54:14 -07:00
darwin Only allocate a joystick instance ID once we know it's a joystick. 2013-10-06 20:39:23 -07:00
dummy File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
iphoneos Backout hg changset 898992405fa7; lots of things still use SDL_types.h. :/ 2013-07-09 11:57:32 -04:00
linux Report joystick added/removed events even if we don't have udev. 2013-10-10 20:58:20 -07:00
psp File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
windows Christoph Mallon: Remove pointless if (x) before SDL_free(x) 2013-08-29 08:29:21 -07:00
SDL_gamecontroller.c Reworked XInput and DirectInput joystick code. 2013-08-28 16:43:47 -04:00
SDL_gamecontrollerdb.h Moved the game controller database to a separate file and added a script to sort the entries so we can easily check for duplicates 2013-07-12 10:44:55 -07:00
SDL_joystick.c Check for NULL joystick in SDL_JoystickGetGUID() 2013-10-06 13:49:23 -07:00
SDL_joystick_c.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_sysjoystick.h SDL 2013-08-21 10:32:04 -07:00
sort_controllers.py Moved the game controller database to a separate file and added a script to sort the entries so we can easily check for duplicates 2013-07-12 10:44:55 -07:00