Get the instance ID of a sensor.
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