SDL_GetSensorName

Get the implementation dependent name of a sensor.

extern (C) nothrow @nogc extern
const(char)*
SDL_GetSensorName

Parameters

sensor SDL_Sensor*

the SDL_Sensor object.

Return Value

Type: const(char)*

The sensor name or NULL on failure; call SDL_GetError() for more information.

Meta