controlP5 / Textfield / setAutoClear( )
- name
- setAutoClear ( )
- description
- use setAutoClear(false) to not clear the content of the textfield after confirming with return.
- Syntax
setAutoClear(theFlag);
- parameters
- theFlag
- Returns
- None
- Usage
- Web & Application
- Related