Update a joystick's LED color.
An example of a joystick LED is the light on the back of a PlayStation 4's DualShock 4 controller.
For joysticks with a single color LED, the maximum of the RGB values will be used as the LED brightness.
the joystick to update.
the intensity of the red LED.
the intensity of the green LED.
the intensity of the blue LED.
true on success or false on failure; call SDL_GetError() for more information.
See Implementation
Update a joystick's LED color.
An example of a joystick LED is the light on the back of a PlayStation 4's DualShock 4 controller.
For joysticks with a single color LED, the maximum of the RGB values will be used as the LED brightness.