Get the instance ID of a sensor.
Defined in <SDL3/SDL_sensor.h>
SDL_SensorID SDL_GetSensorInstanceID(SDL_Sensor *sensor);
Returns the sensor instance ID, or 0 if sensor is NULL.
sensor
This function is available since SDL 3.0.0.
CategoryAPI, CategoryAPIFunction, CategorySensor