controlP5 / ControlP5 / addButton( )

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


Returns
Button
Usage
Web & Application
Related