noLoop()
StructureDescription
Stops Processing from continuously executing the code within draw(). draw() is called once and then stops.
Syntax
void noLoop()
Parameters
None
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...