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

Method glfwGetWindowWidth

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

Source from the content-addressed store, hash-verified

995 public Saver getScreenshotter() {
996 if (screenshotter != null) {
997 if (getFrameBufferWidth() != screenshotter.width || getFrameBufferHeight() != screenshotter.height) {
998 screenshotter.stop();
999 } else
1000 return screenshotter;
1001 }
1002
1003 String base = System.getProperty("user.home") + File.separatorChar + "field_screenshots" + File.separatorChar;

Callers 3

loopMethod · 0.95
getBoundsMethod · 0.95
getRetinaScaleFactorMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected