FabGL
ESP32 Display Controller and Graphics Library
|
void fabgl::Terminal::localInsert | ( | uint8_t | c | ) |
Injects keys into the keyboard queue.
Characters inserted with localInsert() will be received with read(), available() and peek() methods.
c | ASCII code to inject into the queue. |