SDL_!JoystickOpened?
NAME SYNOPSIS DESCRIPTION RETURN VALUE SEE ALSO
SDL_!JoystickOpened?- Determine if a joystick has been opened
#include
int SDL_!JoystickOpened?(int index);
Determines whether a joystick has already been opened within the application. index refers to the N'th joystick on the system.
Returns 1 if the joystick has been opened, or 0 if it has not.
SDL_!JoystickOpen?, SDL_!JoystickClose?
One page links to SDL_JoystickOpened(3):