Function SDL_SensorGetName

pub unsafe extern "C" fn SDL_SensorGetName(
    sensor: *mut _SDL_Sensor,
) -> *const i8
Available on crate feature dep_sdl2 only.
Expand description

Get the implementation dependent name of a sensor

\param sensor The SDL_Sensor object \returns the sensor name, or NULL if sensor is NULL.

\since This function is available since SDL 2.0.9.