draw()
StructureDescription
Continuously executes the code inside its block until the program is stopped or noLoop() is called.
Syntax
void draw()
Parameters
None
Returns
voidRelated
Under the Hood
From Processing.h:
virtual void draw() {}