Update a joystick's LED color.
Defined in SDL_joystick.h
joystick | The joystick to update |
red | The intensity of the red LED |
green | The intensity of the green LED |
blue | The intensity of the blue LED |
Returns 0 on success, -1 if this joystick does not have a modifiable LED
An example of a joystick LED is the light on the back of a PlayStation 4's DualShock 4 controller.
This function is available since SDL 2.0.14.