sdl2_frt/src/joystick
Sam Lantinga f29de0d324 Fixed bug 3005 - MOMO steering wheel not detected by SDL
Joe Thompson

This is a regression. The changes to fix #2460 cause the EnumJoysticksCallback() function to return without adding devices (Line 345 in SDL-0a2b6bc7005f\src\joystick\windows\SDL_dinputjoystick.c).
Looking at dinput.h on my system, at least DI8DEVTYPE_DRIVING and DI8DEVTYPE_FLIGHT need to be added to the test.
It might be better to check if (devtype == DI8DEVTYPE_SUPPLEMENTAL) rather than checking if it is NOT EQUAL to a long list of types. Or check if the device is already in the list.
2015-06-11 12:04:57 -07:00
..
android Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
bsd Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
darwin Mac: Fix compiler warning when building with a min target >= 10.6. 2015-05-26 12:52:28 -04:00
dummy Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
emscripten Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
haiku Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
iphoneos Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
linux Linux joystick: Look at entire axis namespace for controls (thanks, "spaz16"!). 2015-05-26 12:03:51 -04:00
psp Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
windows Fixed bug 3005 - MOMO steering wheel not detected by SDL 2015-06-11 12:04:57 -07:00
SDL_gamecontroller.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_gamecontrollerdb.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_joystick_c.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_joystick.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_sysjoystick.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
sort_controllers.py Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00