MCPcopy Create free account
hub / github.com/benfry/processing4 / initPresentMode

Method initPresentMode

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

Source from the content-addressed store, hash-verified

648
649
650 public void initPresentMode(float x, float y, int stopColor) {
651 presentMode = true;
652 showStopButton = stopColor != 0;
653 stopButtonColor = stopColor;
654 presentX = x;
655 presentY = y;
656 enableFBOLayer();
657 }
658
659
660 public boolean presentMode() {

Callers 1

placePresentMethod · 0.80

Calls 1

enableFBOLayerMethod · 0.95

Tested by

no test coverage detected