FabGL
ESP32 Display Controller and Graphics Library

◆ unRead()

void unRead ( uint8_t  c)
inline

Injects keys into the keyboard queue.

This is the same of localInsert(). Characters inserted with localWrite() will be received with read(), available() and peek() methods.

Parameters
cASCII code to inject into the queue.

Definition at line 1119 of file terminal.h.