MCPcopy Index your code
hub / github.com/processing/processing / isLooping

Method isLooping

core/src/processing/core/PApplet.java:2621–2623  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2619
2620
2621 public boolean isLooping() {
2622 return looping;
2623 }
2624
2625
2626 //////////////////////////////////////////////////////////////

Callers 4

beginRenderMethod · 0.80
endRenderMethod · 0.80
initFBOLayerGLMethod · 0.80
componentResizedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected