|
FabGL
ESP32 Display Controller and Graphics Library
|
| void injectVirtualKey | ( | VirtualKey | virtualKey, |
| bool | keyDown, | ||
| bool | insert = false |
||
| ) |
Adds or inserts a virtual key into the virtual keys queue.
| virtualKey | Virtual key to add or insert |
| keyDown | True is the virtual key is down |
| insert | If true virtual key is inserted as first item |
Definition at line 546 of file keyboard.cpp.