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

Method getFrameBufferHeight

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

Source from the content-addressed store, hash-verified

847 Window.this.focused = focused;
848
849 keyboardState.keysDown.clear();
850 }
851
852 @Override
853 public void scroll(long window, double scrollX, double scrollY) {
854 if (window == Window.this.window) {
855 MouseState next = mouseState.withScroll(scrollX, scrollY);

Callers 6

getFramebufferBoundsMethod · 0.95
getScreenshotterMethod · 0.95
defaultGLPreambleMethod · 0.80
newFBOMethod · 0.80

Calls 1

Tested by

no test coverage detected