controlP5 / Textfield / keepFocus( )

name
keepFocus ( )
description
use true as parameter to force the textfield to stay in focus. to go back to normal focus behavior, use false. 
Syntax
keepFocus(theFlag);
parameters
theFlag 


Returns
None
Usage
Web & Application
Related