FabGL
ESP32 Display Controller and Graphics Library

◆ edit()

char const * edit ( int  maxLength = 0)

Reads user input and return the inserted line.

This method returns when user press ENTER/RETURN.

Parameters
maxLengthMaximum amount of character the user can type. 0 = unlimited.
Returns
Returns what user typed and edited.

Definition at line 5390 of file terminal.cpp.