Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ getFrameBufferWidth
Method
getFrameBufferWidth
src/main/java/field/graphics/Window.java:844–847 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
842
}
843
}
844
845
@Override
846
public
void
windowFocus(long window, boolean focused) {
847
Window.this.focused = focused;
848
849
keyboardState.keysDown.clear();
850
}
Callers
6
getFramebufferBounds
Method · 0.95
getScreenshotter
Method · 0.95
defaultGLPreamble
Method · 0.80
defaultGLPreambleBackground
Method · 0.80
defaultGLPreambleTransparent
Method · 0.80
newFBO
Method · 0.80
Calls
1
glfwGetFrameBufferWidth
Method · 0.95
Tested by
no test coverage detected