controlP5 / ControlP5 / addBang( )

name
addBang ( )
description
add a bang to controlP5. by default it will be added to the default tab of the main window. 
Syntax
addBang(theName, theX, theY, theWidth, theHeight);
parameters
theNameString 
theXint 
theYint 
theWidthint 
theHeightint 


Returns
Bang
Usage
Web & Application
Related