Get the type of a sensor.
Defined in <SDL3/SDL_sensor.h>
SDL_SensorType SDL_GetSensorTypeForID(SDL_SensorID instance_id);
SDL_SensorID | instance_id | the sensor instance ID. |
(SDL_SensorType) Returns the SDL_SensorType, or SDL_SENSOR_INVALID
if instance_id
is not valid.
This can be called before any sensors are opened.
This function is available since SDL 3.1.3.