[][src]Function sdl2_sys::SDL_SensorGetNonPortableType

pub unsafe extern "C" fn SDL_SensorGetNonPortableType(
    sensor: *mut SDL_Sensor
) -> c_int

\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 the sensor is NULL.