FabGL
ESP32 Display Controller and Graphics Library

◆ localWrite() [2/2]

void localWrite ( uint8_t  c)

Injects keys into the keyboard queue.

Characters added with localWrite() will be received with read(), available() and peek() methods.

Parameters
cASCII code to inject into the queue.
Examples
VGA/Altair8800/Altair8800.ino.

Definition at line 1674 of file terminal.cpp.