|
FabGL
ESP32 Display Controller and Graphics Library
|
| void setText | ( | char const * | text, |
| int | length, | ||
| bool | moveCursor = true |
||
| ) |
Sets initial text specifying length.
Call this method if the input must have some text already inserted. This method can be also called during editing to replace current text.
| text | Initial text. |
| length | Text length |
| moveCursor | If true the cursor is moved at the end of initial text. |
Definition at line 5241 of file terminal.cpp.