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

Method initFrame

core/src/processing/core/PSurface.java:47–47  ·  view source on GitHub ↗
(PApplet sketch)

Source from the content-addressed store, hash-verified

45// public void initFrame(PApplet sketch, int backgroundColor,
46// int deviceIndex, boolean fullScreen, boolean spanDisplays);
47 public void initFrame(PApplet sketch);
48
49 /**
50 * Get the native window object associated with this drawing surface.

Callers 1

initSurfaceMethod · 0.65

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