Query whether a game controller has an LED.
Defined in SDL_gamecontroller.h
SDL_bool SDL_GameControllerHasLED(SDL_GameController *gamecontroller);
SDL_GameController * | gamecontroller | The controller to query. |
(SDL_bool) Returns SDL_TRUE, or SDL_FALSE if this controller does not have a modifiable LED.
This function is available since SDL 2.0.14.