Wiki Page Content

DRAFT

SDL_JoystickFromInstanceID

Use this function to get the SDL_Joystick associated with an instance id.

Syntax

SDL_Joystick* SDL_JoystickFromInstanceID(SDL_JoystickID joyid)

Function Parameters

joyid

the instance id to get the SDL_Joystick for

Return Value

Returns an SDL_Joystick on success or NULL on failure; call SDL_GetError() for more information.

Code Examples

You can add your code example here

Remarks

You can add useful comments here

Version

This function is available since SDL 2.0.4.


CategoryAPI, CategoryJoystick

None: SDL_JoystickFromInstanceID (last edited 2015-11-18 21:01:55 by PhilippWiesemann)

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