Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_JoystickName(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_!JoystickName !!!SDL_!JoystickName NAME SYNOPSIS DESCRIPTION RETURN VALUE EXAMPLES SEE ALSO ---- !!NAME SDL_!JoystickName- Get joystick name. !!SYNOPSIS __#include __ __const char *SDL_!JoystickName__(__int index__); !!DESCRIPTION Get the implementation dependent name of joystick. The __index__ parameter refers to the N'th joystick on the system. !!RETURN VALUE Returns a char pointer to the joystick name. !!EXAMPLES /* Print the names of all attached joysticks */ int num_joy, i; num_joy=SDL_!NumJoysticks(); printf( !!SEE ALSO __SDL_!JoystickOpen__ ----
One page links to
SDL_JoystickName(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.