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

Method clear

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

Source from the content-addressed store, hash-verified

33 }
34
35 static public void clear(Window window) {
36 if (currentCursor != 0) glfwSetCursor(window.getGLFWWindowReference(), currentCursor = 0);
37 }
38
39 static public void arrowLeft(Window window) {
40

Callers 8

FrameManipulationMethod · 0.95
button0Method · 0.95
saveMethod · 0.45
saveTopologyMethod · 0.45
loadTopologyMethod · 0.45
saveBoxMethod · 0.45
InverseDebugMappingClass · 0.45
autosuggestCommandsMethod · 0.45

Calls 1

Tested by

no test coverage detected