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

Method glfwGetWindowHeight

src/main/java/field/graphics/Window.java:1002–1005  ·  view source on GitHub ↗
(long window)

Source from the content-addressed store, hash-verified

1000 return screenshotter;
1001 }
1002
1003 String base = System.getProperty("user.home") + File.separatorChar + "field_screenshots" + File.separatorChar;
1004
1005 int x = 1;
1006 while (new File(base + Saver.pad(x)).exists()) x++;
1007
1008 File prefix = new File(base + Saver.pad(x));

Callers 2

loopMethod · 0.95
getBoundsMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected