pub unsafe extern "C" fn SDL_JoystickFromInstanceID(
    instance_id: SDL_JoystickID
) -> *mut SDL_Joystick
Expand description

Return the SDL_Joystick associated with an instance id.