SDL/src/joystick/hidapi
Sam Lantinga f35ede7281 Generalized the idea of joystick driver priority
Joystick drivers are sorted by priority in the driver list, and higher priority drivers report whether they are handling a device when lower priority drivers want to add it to their device list.

This has been handled ad-hoc with the Windows and HIDAPI drivers, but this formalizes the idea and makes sure that GameInput has the highest priority of the Windows drivers.
2024-02-17 16:06:07 -08:00
..
steam Sync more Steam Controller header definitions for the Steam Deck 2023-12-19 20:18:37 -08:00
SDL_hidapi_combined.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_hidapi_gamecube.c Renamed SDL_HINT_JOYSTICK_GAMECUBE_RUMBLE_BRAKE to SDL_HINT_JOYSTICK_HIDAPI_GAMECUBE_RUMBLE_BRAKE 2024-02-12 09:54:33 -08:00
SDL_hidapi_luna.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
SDL_hidapi_nintendo.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_hidapi_ps3.c SDL_hidapi_ps3.c: adjust for new SDL_PLATFORM_WINDOWS meaning. 2024-01-24 21:20:50 +03:00
SDL_hidapi_ps4.c Replaced SDL_GetJoystickCaps() with joystick properties 2024-01-27 15:11:52 -08:00
SDL_hidapi_ps5.c Replaced SDL_GetJoystickCaps() with joystick properties 2024-01-27 15:11:52 -08:00
SDL_hidapi_rumble.c Updated the atomic API for SDL 3.0 naming conventions 2024-01-18 04:41:34 -08:00
SDL_hidapi_rumble.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_hidapi_shield.c Added SDL_GetJoystickCaps() and SDL_GetGamepadCaps() to get the capabilities of controllers 2024-01-22 19:23:42 -08:00
SDL_hidapi_stadia.c Added miscellaneous gamepad buttons for additional macro buttons on some controllers 2024-02-01 20:15:01 -08:00
SDL_hidapi_steam.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
SDL_hidapi_steamdeck.c Added SDL_GetJoystickCaps() and SDL_GetGamepadCaps() to get the capabilities of controllers 2024-01-22 19:23:42 -08:00
SDL_hidapi_switch.c Replaced SDL_GetJoystickCaps() with joystick properties 2024-01-27 15:11:52 -08:00
SDL_hidapi_wii.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
SDL_hidapi_xbox360.c Replaced SDL_GetJoystickCaps() with joystick properties 2024-01-27 15:11:52 -08:00
SDL_hidapi_xbox360w.c Replaced SDL_GetJoystickCaps() with joystick properties 2024-01-27 15:11:52 -08:00
SDL_hidapi_xboxone.c Fixed warning C4366: The result of the unary '&' operator may be unaligned 2024-02-03 11:49:15 -08:00
SDL_hidapijoystick.c Generalized the idea of joystick driver priority 2024-02-17 16:06:07 -08:00
SDL_hidapijoystick_c.h Replaced SDL_GetJoystickCaps() with joystick properties 2024-01-27 15:11:52 -08:00