SDL_GetNumJoystickHats - Man Page

Get the number of POV hats on a joystick.

Synopsis

#include <SDL3/SDL_joystick.h>

int SDL_GetNumJoystickHats(SDL_Joystick *joystick);

Function Parameters

joystick

an SDL_Joystick structure containing joystick information.

Return Value

for more information.

Availability

This function is available since SDL 3.2.0.

See Also

SDL_GetJoystickHat(3), SDL_GetNumJoystickAxes(3), SDL_GetNumJoystickBalls(3), SDL_GetNumJoystickButtons(3)

Referenced By

SDL_GetJoystickHat(3), SDL_GetNumJoystickAxes(3), SDL_GetNumJoystickBalls(3), SDL_GetNumJoystickButtons(3).

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS