Get the SDL_Joystick associated with an instance id.
Defined in SDL_joystick.h
SDL_Joystick* SDL_JoystickFromInstanceID(SDL_JoystickID instance_id);
SDL_JoystickID | instance_id | the instance id to get the SDL_Joystick for. |
(SDL_Joystick *) Returns an SDL_Joystick on success or NULL on failure; call SDL_GetError() for more information.
This function is available since SDL 2.0.4.