SDL_GetNumJoystickButtons - Man Page
Get the number of buttons on a joystick.
Synopsis
#include <SDL3/SDL_joystick.h> int SDL_GetNumJoystickButtons(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_GetJoystickButton(3), SDL_GetNumJoystickAxes(3), SDL_GetNumJoystickBalls(3), SDL_GetNumJoystickHats(3)
Referenced By
SDL_GetJoystickButton(3), SDL_GetNumJoystickAxes(3), SDL_GetNumJoystickBalls(3), SDL_GetNumJoystickHats(3).
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS