#pragma section-numbers off #pragma disable-camelcase = SDL_SensorGetDeviceName = Get the implementation dependent name of a sensor. This can be called before any sensors are opened. <> == Syntax == {{{#!highlight cpp const char *SDL_SensorGetDeviceName(int device_index); }}} == Function Parameters == ||'''device_index'''||The sensor to obtain name from|| == Return Value == The sensor name, or NULL if device_index is out of range. ---- [[CategoryAPI]], [[CategorySensor]]