logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_GetNumJoystickHats - Get the number of POV hats on a joystick.

Availability

       This function is available since SDL 3.2.0.

Function Parameters

joystick
              an SDL_Joystick
               structure containing joystick information.

Header File

       Defined in SDL3/SDL_joystick.h

Name

       SDL_GetNumJoystickHats - Get the number of POV hats on a joystick.

Return Value

       Returns the number of POV hats on success or -1 on failure; call

       SDL_GetError () for more information.

See Also

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

Simple Directmedia Layer                           SDL 3.2.10                          SDL_GetNumJoystickHats(3)

Synopsis

#include"SDL3/SDL.h"intSDL_GetNumJoystickHats(SDL_Joystick*joystick);

See Also