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

NAME

6       SDL_JoystickNumButtons - Get the number of joysitck buttons
7

SYNOPSIS

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

DESCRIPTION

14       Return  the  number  of  buttons  available  from  a  previously opened
15       SDL_Joystick.
16

RETURN VALUE

18       Number of buttons.
19

SEE ALSO

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