Get the implementation dependent name of a sensor
Defined in SDL_sensor.h
const char* SDL_SensorGetName(SDL_Sensor *sensor);
Returns the sensor name, or NULL if sensor is NULL.
sensor
This function is available since SDL 2.0.9.
CategoryAPI, CategoryAPIFunction, CategorySensor