Function sdl2_sys::SDL_SensorGetDeviceName
source ยท pub unsafe extern "C" fn SDL_SensorGetDeviceName(
device_index: c_int,
) -> *const c_char
Expand description
Get the implementation dependent name of a sensor.
\param device_index The sensor to obtain name from
\returns the sensor name, or NULL if device_index
is out of range.
\since This function is available since SDL 2.0.9.