FabGL
ESP32 Display Controller and Graphics Library
|
void fabgl::LineEditor::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 |