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

Method arrowUp

src/main/java/fieldbox/ui/Cursors.java:92–97  ·  view source on GitHub ↗
(Window window)

Source from the content-addressed store, hash-verified

90 }
91
92 static public void arrowUp(Window window) {
93 if (arrowUp == 0) arrowUp = loadResource("arrowUp.jpg");
94
95 Log.log("cursors", () -> "setting to arrow");
96 if (currentCursor != arrowUp) glfwSetCursor(window.getGLFWWindowReference(), currentCursor = arrowUp);
97 }
98
99
100}

Callers 1

FrameManipulationMethod · 0.95

Calls 3

loadResourceMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected