SDL Wiki
(This is the legacy documentation for SDL2, the previous stable version; SDL3 is the current stable version.)

SDL_GameControllerSetLED

Update a game controller's LED color.

Header File

Defined in SDL_gamecontroller.h

Syntax

int SDL_GameControllerSetLED(SDL_GameController *gamecontroller, Uint8 red, Uint8 green, Uint8 blue);

Function Parameters

SDL_GameController * gamecontroller The controller to update.
Uint8 red The intensity of the red LED.
Uint8 green The intensity of the green LED.
Uint8 blue The intensity of the blue LED.

Return Value

(int) Returns 0, or -1 if this controller does not have a modifiable LED.

Version

This function is available since SDL 2.0.14.


CategoryAPI, CategoryAPIFunction, CategoryGameController


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.