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