Get the instance ID of a sensor.
Defined in SDL_sensor.h
SDL_SensorID SDL_SensorGetInstanceID(SDL_Sensor *sensor);
SDL_Sensor * | sensor | The SDL_Sensor object to inspect. |
(SDL_SensorID) Returns the sensor instance ID, or -1 if sensor
is NULL.
This function is available since SDL 2.0.9.