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

Method placePresent

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

Source from the content-addressed store, hash-verified

84
85 //public void placeFullScreen(boolean hideStop);
86 public void placePresent(int stopColor);
87
88 // Sketch is running from the PDE, set up messaging back to the PDE
89 public void setupExternalMessages();

Callers 1

runSketchMethod · 0.95

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