(Window window)
| 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 | } |
no test coverage detected