Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_JoystickOpen(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_!JoystickOpen !!!SDL_!JoystickOpen NAME SYNOPSIS DESCRIPTION RETURN VALUE EXAMPLES SEE ALSO ---- !!NAME SDL_!JoystickOpen- Opens a joystick for use. !!SYNOPSIS __#include __ __SDL_Joystick *SDL_!JoystickOpen__(__int index__); !!DESCRIPTION Opens a joystick for use within SDL. The __index__ refers to the N'th joystick in the system. A joystick must be opened before it game be used. !!RETURN VALUE Returns a __SDL_Joystick__ structure on success. __NULL__ on failure. !!EXAMPLES SDL_Joystick *joy; // Check for joystick if(SDL_!NumJoysticks() !!SEE ALSO __SDL_!JoystickClose__ ----
One page links to
SDL_JoystickOpen(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.