Home | History | Annotate | Download | only in man3
"SDL_JoystickOpened" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference"
"NAME"
SDL_JoystickOpened - Determine if a joystick has been opened
"SYNOPSIS"

#include "SDL.h" int SDL_JoystickOpened(int index);

"DESCRIPTION"

Determines whether a joystick has already been opened within the application. index refers to the N'th joystick on the system.

"RETURN VALUE"

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

"SEE ALSO"

SDL_JoystickOpen, SDL_JoystickClose created by instant / docbook-to-man, Tue 11 Sep 2001, 23:00