Get the platform dependent type of a sensor.
Defined in SDL_sensor.h
int SDL_SensorGetNonPortableType(SDL_Sensor *sensor);
SDL_Sensor * | sensor | The SDL_Sensor object to inspect. |
(int) Returns the sensor platform dependent type, or -1 if sensor
is NULL.
This function is available since SDL 2.0.9.