FabGL
ESP32 VGA Controller and Graphics Library
|
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.
str | A string of ASCII codes to inject into the queue. |