Function sdl2_sys::SDL_SensorGetName
source ยท pub unsafe extern "C" fn SDL_SensorGetName(
sensor: *mut SDL_Sensor,
) -> *const c_char
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.