FabGL
ESP32 VGA Controller and Graphics Library
|
void fabgl::KeyboardClass::getLEDs | ( | bool * | numLock, |
bool * | capsLock, | ||
bool * | scrollLock | ||
) |
Get keyboard LEDs status.
Use this method to know the current status of NUMLOCK, CAPSLOCK and SCROLLLOCK LEDs.
numLock | When true the NUMLOCK LED is switched on. |
capsLock | When true the CAPSLOCK LED is switched on. |
scrollLock | When true the SCROLLLOCK LED is switched on. |