Get the implementation dependent name of a sensor.
Defined in <SDL3/SDL_sensor.h>
const char * SDL_GetSensorName(SDL_Sensor *sensor);
SDL_Sensor * | sensor | the SDL_Sensor object. |
(const char *) Returns the sensor name or NULL on failure; call SDL_GetError() for more information.
This function is available since SDL 3.1.3.