Get the implementation dependent name of a sensor.
Defined in SDL_sensor.h
const char* SDL_SensorGetDeviceName(int device_index);
int | device_index | The sensor to obtain name from. |
(const char *) Returns the sensor name, or NULL if device_index
is out of range.
This function is available since SDL 2.0.9.