Name | loop |
---|---|
Description | By default, Processing loops through draw() continuously, executing the code within it. However, the draw() loop may be stopped by calling noLoop(). In that case, the draw() loop can be resumed with loop(). |
Syntax | loop() |
Related |
noLoop redraw draw |
Cover
Reference
Tutorials
Bugs