Get the implementation dependent name of a sensor.
Defined in <SDL3/SDL_sensor.h>
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, CategoryAPIFunction, CategorySensor