SDL_JoystickNumAxes - Get the number of joystick axes
Contents
Description
Return the number of axes available from a previously opened SDL_Joystick.
Name
SDL_JoystickNumAxes - Get the number of joystick axes
Return Value
Number of axes.
See Also
SDL_JoystickGetAxis, SDL_JoystickOpen
SDL Tue 11 Sep 2001, 23:00 SDL_JoystickNumAxes(3)
Synopsis
#include"SDL.h"intSDL_JoystickNumAxes(SDL_Joystick*joystick);
