MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / Window

Method Window

src/main/java/field/graphics/Window.java:127–129  ·  view source on GitHub ↗
(int x, int y, int w, int h, String title)

Source from the content-addressed store, hash-verified

125 this(x, y, w, h, title, true);
126 }
127
128 public Window(int x, int y, int w, int h, String title, boolean permitRetina) {
129
130 // work around OS X window opening issue
131 if (Main.os == Main.OS.mac) {
132// w = w - 1;

Callers

nothing calls this directly

Calls 15

newContextMethod · 0.95
makeCallbackMethod · 0.95
dictMethod · 0.95
glClearColorMethod · 0.80
glClearMethod · 0.80
glEnableMethod · 0.80
getLoopMethod · 0.80
getFloatMethod · 0.80
setMethod · 0.65
updateMethod · 0.65
initMethod · 0.45

Tested by

no test coverage detected