FabGL
ESP32 Display Controller and Graphics Library

◆ onVirtualKey

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)

Examples
VGA/MultitaskingCPM/MultitaskingCPM.ino.

Definition at line 386 of file keyboard.h.