FabGL
ESP32 VGA Controller and Graphics Library

◆ localWrite() [2/2]

void fabgl::TerminalClass::localWrite ( char const *  str)

Inject 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.