SDL_JoystickOpened
Section: SDL API Reference (3)Updated: Tue 11 Sep 2001, 23:00
Index Return to Main Contents
NAME
SDL_JoystickOpened - Determine if a joystick has been openedSYNOPSIS
#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
Index
This document was created by man2html, using the manual pages.
Time: 04:45:45 GMT, September 16, 2022
0 댓글