Get the type of a sensor.
SDL_SensorType SDL_GetSensorInstanceType(SDL_SensorID instance_id);
instance_id | the sensor instance ID |
Returns the SDL_SensorType, or SDL_SENSOR_INVALID
if instance_id
is not valid
This function is available since SDL 3.0.0.