Get the implementation dependent name of a sensor
const char* SDL_GetSensorName(SDL_Sensor *sensor);
Returns the sensor name, or NULL if sensor is NULL.
sensor
This function is available since SDL 3.0.0.
CategoryAPI