FabGL
ESP32 Display Controller and Graphics Library

◆ typeText()

void typeText ( char const *  text)

Simulates user typing.

This method simulates user typing. Unlike setText, this methods allows control characters and generates onChar events.

Parameters
textText to type

Definition at line 5226 of file terminal.cpp.