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

Method getNative

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

Source from the content-addressed store, hash-verified

150
151
152 @Override
153 public Object getNative() {
154 return sketch.getSurface().getNative();
155 }
156
157
158 @Override

Callers

nothing calls this directly

Calls 2

getSurfaceMethod · 0.80
getNativeMethod · 0.65

Tested by

no test coverage detected