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

Method getHeight

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

Source from the content-addressed store, hash-verified

838 if (window == Window.this.window) {
839 MouseState next = mouseState.withButton(button, pressed != 0, mods);
840 fireMouseTransition(mouseState, next);
841 mouseState = next;
842 }
843 }
844
845 @Override

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