Get the implementation dependent name of a sensor.
const char* SDL_GetSensorInstanceName(SDL_SensorID instance_id);
instance_id | the sensor instance ID |
Returns the sensor name, or NULL if instance_id
is not valid
This function is available since SDL 3.0.0.