SDL_SensorGetName
Get the implementation dependent name of a sensor
Syntax
const char *SDL_SensorGetName(SDL_Sensor *sensor);
Function Parameters
sensor |
The SDL_Sensor object |
Return Value
The sensor name, or NULL if the sensor is NULL.