SDL_GetNumJoystickBalls - Man Page

Get the number of trackballs on a joystick.

Synopsis

#include <SDL3/SDL_joystick.h>

int SDL_GetNumJoystickBalls(SDL_Joystick *joystick);

Description

Joystick trackballs have only relative motion events associated with them and their state cannot be polled.

Most joysticks do not have trackballs.

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_GetJoystickBall(3), SDL_GetNumJoystickAxes(3), SDL_GetNumJoystickButtons(3), SDL_GetNumJoystickHats(3)

Referenced By

SDL_GetJoystickBall(3), SDL_GetNumJoystickAxes(3), SDL_GetNumJoystickButtons(3), SDL_GetNumJoystickHats(3).

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS