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

Method initFrame

core/src/processing/opengl/PSurfaceJOGL.java:143–154  ·  view source on GitHub ↗
(PApplet sketch)

Source from the content-addressed store, hash-verified

141
142
143 public void initFrame(PApplet sketch) {
144 this.sketch = sketch;
145
146 initIcons();
147 // For 4.0.2, swapped the order to do initGL() before initDisplay()
148 // https://github.com/processing/processing4/issues/544
149 initGL();
150 initDisplay();
151 initWindow();
152 initListeners();
153 initAnimator();
154 }
155
156
157 public Object getNative() {

Callers

nothing calls this directly

Calls 6

initIconsMethod · 0.95
initGLMethod · 0.95
initDisplayMethod · 0.95
initWindowMethod · 0.95
initListenersMethod · 0.95
initAnimatorMethod · 0.95

Tested by

no test coverage detected