1SDL_JoystickIndex(3) SDL API Reference SDL_JoystickIndex(3)
23
4
NAME
6SDL_JoystickIndex- Get the index of an SDL_Joystick.
7
SYNOPSIS
9#include "SDL.h"
1011
int SDL_JoystickIndex(SDL_Joystick *joystick);
12
DESCRIPTION
14Returns the index of a given SDL_Joystick structure.
15
RETURN VALUE
17Index number of the joystick.
18
SEE ALSO
20SDL_JoystickOpen
2122
23
24
SDL Tue 11 Sep 2001, 23:00 SDL_JoystickIndex(3)