FabGL
ESP32 Display Controller and Graphics Library
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

◆ localInsert()

void localInsert ( uint8_t  c)

Injects keys into the keyboard queue.

Characters inserted with localInsert() will be received with read(), available() and peek() methods.

Parameters
cASCII code to inject into the queue.

Definition at line 1667 of file terminal.cpp.