FabGL
ESP32 Display Controller and Graphics Library
|
char const * edit | ( | int | maxLength = 0 | ) |
Reads user input and return the inserted line.
This method returns when user press ENTER/RETURN.
maxLength | Maximum amount of character the user can type. 0 = unlimited. |
Definition at line 5390 of file terminal.cpp.