controlP5 / ControlWindowCanvas / draw( )

name
draw ( )
description
controlWindowCanvas is an abstract class and therefore needs to be extended by your class. draw(PApplet theApplet) is the only method that needs to be overwritten. 
Syntax
draw(theApplet);


Returns
None
Usage
Web & Application
Related