FabGL
ESP32 Display Controller and Graphics Library

◆ localWrite() [1/2]

void localWrite ( char const *  str)

Injects a string of keys into the keyboard queue.

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

Parameters
strA string of ASCII codes to inject into the queue.

Definition at line 1681 of file terminal.cpp.