FabGL
ESP32 Display Controller and Graphics Library
|
void typeText | ( | char const * | text | ) |
Simulates user typing.
This method simulates user typing. Unlike setText, this methods allows control characters and generates onChar events.
text | Text to type |
Definition at line 5226 of file terminal.cpp.