SDL_!JoystickName?
NAME SYNOPSIS DESCRIPTION RETURN VALUE EXAMPLES SEE ALSO
SDL_!JoystickName?- Get joystick name.
#include
const char *SDL_!JoystickName?(int index);
Get the implementation dependent name of joystick. The index parameter refers to the N'th joystick on the system.
Returns a char pointer to the joystick name.
/* Print the names of all attached joysticks */ int num_joy, i; num_joy=SDL_!NumJoysticks?(); printf(
SDL_!JoystickOpen?
One page links to SDL_JoystickName(3):