MCPcopy Index your code
hub / github.com/benfry/processing4 / callDraw

Method callDraw

core/src/processing/awt/PSurfaceAWT.java:1384–1388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1382 public Thread createThread() {
1383 return new AnimationThread() {
1384 @Override
1385 public void callDraw() {
1386 sketch.handleDraw();
1387 render();
1388 }
1389 };
1390 }
1391}

Callers

nothing calls this directly

Calls 2

renderMethod · 0.95
handleDrawMethod · 0.80

Tested by

no test coverage detected