pub unsafe extern "C" fn SDL_SensorFromInstanceID(
    instance_id: SDL_SensorID
) -> *mut SDL_Sensor
Expand description

Return the SDL_Sensor associated with an instance id.

\param instance_id The sensor from instance id \returns an SDL_Sensor object.

\since This function is available since SDL 2.0.9.