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

NAME

6       SDL_JoystickOpened - Determine if a joystick has been opened
7

SYNOPSIS

9       #include "SDL.h"
10
11       int SDL_JoystickOpened(int index);
12

DESCRIPTION

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

RETURN VALUE

18       Returns 1 if the joystick has been opened, or 0 if it has not.
19

SEE ALSO

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