Wiki Page Content

Revision 1 as of 2010-03-16 20:20:18

Clear message

DRAFT

SDL_JoystickName

Use this function to get the implementation dependent name of a joystick.

Syntax

const char* SDL_JoystickName(int device_index)

Function Parameters

device_index

the index of the joystick to query

Return Value

The name of the selected joystick. If no name can be found, this function returns NULL.

Code Examples

You can add your code example here

Remarks

This can be called before any joysticks are opened.


CategoryAPI, CategoryJoystick

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit