FabGL
ESP32 Display Controller and Graphics Library

◆ onVirtualKey

Delegate<VirtualKey *, bool> onVirtualKey

Delegate called whenever a new virtual key is received from keyboard.

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 1478 of file terminal.h.