controlP5 / ControlP5 / addNumberbox( )

name
addNumberbox ( )
description
add a numberbox to controlP5. by default it will be added to the default tab of the main window. 
Syntax
addNumberbox(theName, theX, theY, theWidth, theHeight);
addNumberbox(theName, theDefaultValue, theX, theY, theWidth, theHeight);
parameters
theNameString 
theXfloat 
theYfloat 
theWidthint 
theHeightint 
theDefaultValueint 


Returns
Numberbox
Usage
Web & Application
Related