Function sdl2_sys::SDL_SensorGetDeviceNonPortableType
source ยท pub unsafe extern "C" fn SDL_SensorGetDeviceNonPortableType(
device_index: c_int,
) -> c_int
Expand description
\brief Get the platform dependent type of a sensor.
This can be called before any sensors are opened.
\return The sensor platform dependent type, or -1 if device_index is out of range.