pub unsafe extern "C" fn SDL_SensorGetNonPortableType(
sensor: *mut SDL_Sensor,
) -> c_intExpand 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.