SDL_GetSensorName - Get the implementation dependent name of a sensor.
Contents
Availability
This function is available since SDL 3.2.0.
Simple Directmedia Layer SDL 3.2.20 SDL_GetSensorName(3)
Function Parameters
sensor the SDL_Sensor object.
Name
SDL_GetSensorName - Get the implementation dependent name of a sensor.
Return Value
for more information.
Synopsis
#include<SDL3/SDL_sensor.h>constchar*SDL_GetSensorName(SDL_Sensor*sensor);
