Get the platform dependent type of a sensor.
Defined in <SDL3/SDL_sensor.h>
int SDL_GetSensorNonPortableType(SDL_Sensor *sensor);
Returns the sensor platform dependent type, or -1 if sensor is NULL.
sensor
This function is available since SDL 3.0.0.
CategoryAPI, CategoryAPIFunction, CategorySensor