1SDL_JoystickNumAxes(3)         SDL API Reference        SDL_JoystickNumAxes(3)
2
3
4

NAME

6       SDL_JoystickNumAxes - Get the number of joystick axes
7

SYNOPSIS

9       #include "SDL.h"
10
11       int SDL_JoystickNumAxes(SDL_Joystick *joystick);
12

DESCRIPTION

14       Return  the  number of axes available from a previously opened SDL_Joy‐
15       stick.
16

RETURN VALUE

18       Number of axes.
19

SEE ALSO

21       SDL_JoystickGetAxis, SDL_JoystickOpen
22
23
24
25SDL                         Tue 11 Sep 2001, 23:00      SDL_JoystickNumAxes(3)
Impressum