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

Method getFramebufferBounds

src/main/java/field/graphics/Window.java:589–591  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

587 public GraphicsContext getGraphicsContext() {
588 if (graphicsContext == null)
589 System.err.println("WARNING: no graphics context for window");
590 return graphicsContext;
591 }
592
593 /**
594 * gets the current clipboard (as a string);

Callers

nothing calls this directly

Calls 2

getFrameBufferWidthMethod · 0.95
getFrameBufferHeightMethod · 0.95

Tested by

no test coverage detected