mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-21 20:28:28 +00:00
Added an API to get the type of a connected joystick
This commit is contained in:
parent
ae5e9a319b
commit
3c90a52aa7
5 changed files with 142 additions and 19 deletions
|
@ -625,3 +625,5 @@
|
|||
#define SDL_GameControllerNumMappings SDL_GameControllerNumMappings_REAL
|
||||
#define SDL_GameControllerMappingForIndex SDL_GameControllerMappingForIndex_REAL
|
||||
#define SDL_JoystickGetAxisInitialState SDL_JoystickGetAxisInitialState_REAL
|
||||
#define SDL_JoystickGetDeviceType SDL_JoystickGetDeviceType_REAL
|
||||
#define SDL_JoystickGetType SDL_JoystickGetType_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue