FabGL
ESP32 Display Controller and Graphics Library
|
Delegate<VirtualKey *, bool> onVirtualKey |
Delegate called whenever a new virtual key is decoded from scancodes.
First parameter is a pointer to the decoded virtual key Second parameter specifies if the key is Down (true) or Up (false)
Definition at line 386 of file keyboard.h.