redraw()
StructureDescription
Executes the code within draw() one time.
Syntax
void redraw()
Parameters
None
Returns
voidRelated
Under the Hood
From Processing.h:
void redraw();
Under the Hood
From Processing.cpp:
void PApplet::redraw(){redrawOnce=true;}