[][src]Function sdl2_sys::SDL_SensorGetDeviceNonPortableType

pub unsafe extern "C" fn SDL_SensorGetDeviceNonPortableType(
    device_index: c_int
) -> 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 device_index is out of range.