mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Fixed warning: no previous prototype for function 'SDL_IsJoystickGameInput'
This commit is contained in:
@@ -156,6 +156,9 @@ extern bool SDL_IsJoystickXInput(SDL_GUID guid);
|
||||
// Function to return whether a joystick guid comes from the WGI driver
|
||||
extern bool SDL_IsJoystickWGI(SDL_GUID guid);
|
||||
|
||||
// Function to return whether a joystick guid comes from the GameInput driver
|
||||
extern bool SDL_IsJoystickGameInput(SDL_GUID guid);
|
||||
|
||||
// Function to return whether a joystick guid comes from the HIDAPI driver
|
||||
extern bool SDL_IsJoystickHIDAPI(SDL_GUID guid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user