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

Method resumeThread

core/src/processing/core/PSurface.java:152–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 public void pauseThread();
151
152 public void resumeThread();
153
154 /**
155 * Stop the animation thread (set it null)

Callers 1

startMethod · 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