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

Method initPresentMode

core/src/processing/opengl/PGL.java:609–616  ·  view source on GitHub ↗
(float x, float y, int stopColor)

Source from the content-addressed store, hash-verified

607
608
609 public void initPresentMode(float x, float y, int stopColor) {
610 presentMode = true;
611 showStopButton = stopColor != 0;
612 stopButtonColor = stopColor;
613 presentX = x;
614 presentY = y;
615 enableFBOLayer();
616 }
617
618
619 public boolean presentMode() {

Callers 1

placePresentMethod · 0.80

Calls 1

enableFBOLayerMethod · 0.95

Tested by

no test coverage detected