Function SDL_SensorFromInstanceID

pub unsafe extern "C" fn SDL_SensorFromInstanceID(
    instance_id: i32,
) -> *mut _SDL_Sensor
Available on crate feature dep_sdl2 only.
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.