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

Method startThread

core/src/processing/core/PSurface.java:143–143  ·  view source on GitHub ↗

Start the animation thread

()

Source from the content-addressed store, hash-verified

141
142 /** Start the animation thread */
143 public void startThread();
144
145 /**
146 * On the next trip through the animation thread, things should go sleepy-bye.

Callers 1

startSurfaceMethod · 0.65

Implementers 3

PSurfaceJOGLcore/src/processing/opengl/PSurfaceJOG
PSurfaceNonecore/src/processing/core/PSurfaceNone.
PSurfaceFXcore/src/processing/javafx/PSurfaceFX.

Calls

no outgoing calls

Tested by

no test coverage detected