Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FrameManipulation
Method · 0.95
button0
Method · 0.95
save
Method · 0.45
saveTopology
Method · 0.45
loadTopology
Method · 0.45
saveBox
Method · 0.45
InverseDebugMapping
Class · 0.45
autosuggestCommands
Method · 0.45
Calls
1
getGLFWWindowReference
Method · 0.80
Tested by
no test coverage detected