Get the implementation dependent name of a sensor.
Defined in <SDL3/SDL_sensor.h>
const char * SDL_GetSensorNameForID(SDL_SensorID instance_id);
SDL_SensorID | instance_id | the sensor instance ID. |
(const char *) Returns the sensor name, or NULL if instance_id
is not valid.
This can be called before any sensors are opened.
This function is available since SDL 3.1.3.