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

Method arrowDown

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

Source from the content-addressed store, hash-verified

83 }
84
85 static public void arrowDown(Window window) {
86 if (arrowDown == 0) arrowDown = loadResource("arrowDown.jpg");
87
88 Log.log("cursors", () -> "setting to arrow");
89 if (currentCursor != arrowDown) glfwSetCursor(window.getGLFWWindowReference(), currentCursor = arrowDown);
90 }
91
92 static public void arrowUp(Window window) {
93 if (arrowUp == 0) arrowUp = loadResource("arrowUp.jpg");

Callers 1

FrameManipulationMethod · 0.95

Calls 3

loadResourceMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected