SDL_GetNumJoystickHats - Man Page
Get the number of POV hats on a joystick.
Header File
Defined in SDL3/SDL_joystick.h
Synopsis
#include "SDL3/SDL.h" int SDL_GetNumJoystickHats(SDL_Joystick *joystick);
Function Parameters
- joystick
an SDL_Joystick
structure containing joystick information.
Return Value
Returns the number of POV hats on success or -1 on failure; call
SDL_GetError () for more information.
Availability
This function is available since SDL 3.2.0.
See Also
·(3), SDL_GetJoystickHat(3), ·(3), SDL_GetNumJoystickAxes(3), ·(3), SDL_GetNumJoystickBalls(3), ·(3), SDL_GetNumJoystickButtons(3)
Referenced By
SDL_GetJoystickHat(3), SDL_GetNumJoystickAxes(3), SDL_GetNumJoystickBalls(3), SDL_GetNumJoystickButtons(3).
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS