Get the implementation dependent name of a sensor.
const char* SDL_SensorGetDeviceName(int device_index);
Returns the sensor name, or NULL if device_index is out of range.
device_index
This function is available since SDL 2.0.9.
CategoryAPI