SDL_GetNumJoystickButtons - Man Page
Get the number of buttons on a joystick.
Header File
Defined in SDL3/SDL_joystick.h
Synopsis
#include "SDL3/SDL.h" int SDL_GetNumJoystickButtons(SDL_Joystick *joystick);
Function Parameters
- joystick
an SDL_Joystick
structure containing joystick information.
Return Value
Returns the number of buttons 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_GetJoystickButton(3), ·(3), SDL_GetNumJoystickAxes(3), ·(3), SDL_GetNumJoystickBalls(3), ·(3), SDL_GetNumJoystickHats(3)
Referenced By
SDL_GetJoystickButton(3), SDL_GetNumJoystickAxes(3), SDL_GetNumJoystickBalls(3), SDL_GetNumJoystickHats(3).
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS