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