Penguin

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?


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.