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

Method arrowRight

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

Source from the content-addressed store, hash-verified

76 }
77
78 static public void arrowRight(Window window) {
79 if (arrowRight == 0) arrowRight = loadResource("arrowRight.jpg");
80
81 Log.log("cursors", () -> "setting to arrow");
82 if (currentCursor != arrowRight) glfwSetCursor(window.getGLFWWindowReference(), currentCursor = arrowRight);
83 }
84
85 static public void arrowDown(Window window) {
86 if (arrowDown == 0) arrowDown = loadResource("arrowDown.jpg");

Callers 1

FrameManipulationMethod · 0.95

Calls 3

loadResourceMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected