1SDL_JoystickOpened(3) SDL API Reference SDL_JoystickOpened(3)
2
3
4
6 SDL_JoystickOpened - Determine if a joystick has been opened
7
9 #include "SDL.h"
10
11 int SDL_JoystickOpened(int index);
12
14 Determines whether a joystick has already been opened within the appliā
15 cation. index refers to the N'th joystick on the system.
16
18 Returns 1 if the joystick has been opened, or 0 if it has not.
19
21 SDL_JoystickOpen, SDL_JoystickClose
22
23
24
25SDL Tue 11 Sep 2001, 23:00 SDL_JoystickOpened(3)