Function sdl2_sys::SDL_SensorGetNonPortableType
source ยท pub unsafe extern "C" fn SDL_SensorGetNonPortableType(
sensor: *mut SDL_Sensor,
) -> c_int
Expand description
Get the platform dependent type of a sensor.
\param sensor The SDL_Sensor object to inspect
\returns the sensor platform dependent type, or -1 if sensor
is NULL.
\since This function is available since SDL 2.0.9.