controlP5 / ControlP5 / addTextfield( )

name
addTextfield ( )
description
add a textfield to controlP5. by default it will be added to the default tab of the main window. 
Syntax
addTextfield(theName, theX, theY, theW, theH);
parameters
theNameString 
theXint 
theYint 
theWint 
theHint 


Returns
Textfield
Usage
Web & Application
Related