pub unsafe extern "C" fn SDL_GameControllerFromInstanceID(
    joyid: SDL_JoystickID
) -> *mut SDL_GameController
Expand description

Get the SDL_GameController associated with an instance id.

\param joyid the instance id to get the SDL_GameController for \returns an SDL_GameController on success or NULL on failure; call SDL_GetError() for more information.

\since This function is available since SDL 2.0.4.