controlP5 / ControlP5 / addControlWindow( )

name
addControlWindow ( )
description
create a new ControlWindow. 
Syntax
addControlWindow(theWindowName, theWidth, theHeight);
addControlWindow(theWindowName, theX, theY, theWidth, theHeight);
addControlWindow(theWindowName, theX, theY, theWidth, theHeight, theFrameRate);
addControlWindow(theWindowName, theX, theY, theWidth, theHeight, theRenderer, theFrameRate);
parameters
theWindowNameString 
theWidthint 
theHeightint 
theXint 
theYint 


Returns
ControlWindow
Usage
Web & Application
Related