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

Method getWidth

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

Source from the content-addressed store, hash-verified

834 }
835
836 @Override
837 public void mouseButton(long window, int button, int pressed, int mods) {
838 if (window == Window.this.window) {
839 MouseState next = mouseState.withButton(button, pressed != 0, mods);
840 fireMouseTransition(mouseState, next);
841 mouseState = next;

Callers 10

drawNowMethod · 0.45
getCurrentViewBoundsMethod · 0.45
drawNowMethod · 0.45
StatusBarMethod · 0.45
updateSceneMethod · 0.45
loadedMethod · 0.45
centerMethod · 0.45
loadedMethod · 0.45
dimensionsMethod · 0.45
fromPNG4Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected