DOKK / manpages / debian 12 / libsdl1.2-dev / SDL_JoystickNumAxes.3.en
SDL_JoystickNumAxes(3) SDL API Reference SDL_JoystickNumAxes(3)

SDL_JoystickNumAxes - Get the number of joystick axes

#include "SDL.h"

int SDL_JoystickNumAxes(SDL_Joystick *joystick);

Return the number of axes available from a previously opened SDL_Joystick.

Number of axes.

SDL_JoystickGetAxis, SDL_JoystickOpen

Tue 11 Sep 2001, 23:00 SDL