mirror of https://github.com/encounter/SDL.git
Fixed function prototype mismatch
This commit is contained in:
parent
b7940c29cc
commit
010d3e6442
|
@ -147,7 +147,7 @@ extern SDL_bool HIDAPI_IsDeviceTypePresent(SDL_GameControllerType type);
|
||||||
extern SDL_bool HIDAPI_IsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name);
|
extern SDL_bool HIDAPI_IsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name);
|
||||||
|
|
||||||
/* Return the type of a joystick if it's present and supported */
|
/* Return the type of a joystick if it's present and supported */
|
||||||
extern SDL_GameControllerType HIDAPI_GetJoystickTypeFromGUID(SDL_JoystickGUID guid);
|
extern SDL_JoystickType HIDAPI_GetJoystickTypeFromGUID(SDL_JoystickGUID guid);
|
||||||
|
|
||||||
/* Return the type of a game controller if it's present and supported */
|
/* Return the type of a game controller if it's present and supported */
|
||||||
extern SDL_GameControllerType HIDAPI_GetGameControllerTypeFromGUID(SDL_JoystickGUID guid);
|
extern SDL_GameControllerType HIDAPI_GetGameControllerTypeFromGUID(SDL_JoystickGUID guid);
|
||||||
|
|
Loading…
Reference in New Issue