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

NAME

6       SDL_JoystickIndex - Get the index of an SDL_Joystick.
7

SYNOPSIS

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

DESCRIPTION

14       Returns the index of a given SDL_Joystick structure.
15

RETURN VALUE

17       Index number of the joystick.
18

SEE ALSO

20       SDL_JoystickOpen
21
22
23
24SDL                         Tue 11 Sep 2001, 23:00        SDL_JoystickIndex(3)
Impressum