Fixed iOS joystick support for new API
This commit is contained in:
parent
ebdb9d4f98
commit
968ccf93b1
7 changed files with 76 additions and 20 deletions
|
@ -107,7 +107,7 @@ extern int SDL_SYS_JoystickNeedsPolling();
|
|||
|
||||
/* Function to return the stable GUID for a plugged in device
|
||||
*/
|
||||
extern JoystickGUID SDL_SYS_PrivateJoystickGetDeviceID( int device_index );
|
||||
extern JoystickGUID SDL_SYS_PrivateJoystickGetDeviceGUID( int device_index );
|
||||
|
||||
/* Function to return the stable GUID for a opened joystick
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue