FabGL
ESP32 Display Controller and Graphics Library
|
bool isVKDown | ( | VirtualKey | virtualKey | ) |
Gets the virtual keys status.
This method allows to know the status of each virtual key (Down or Up).
Virtual keys are generated from scancodes only if generateVirtualKeys parameter of Keyboard.begin() method is true (default).
virtualKey | The Virtual Key to test. |
Definition at line 683 of file keyboard.cpp.