Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ hideCursor
Method
hideCursor
core/src/processing/javafx/PSurfaceFX.java:703–705 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
701
702
703
public
void
hideCursor() {
704
canvas.getScene().setCursor(Cursor.NONE);
705
}
706
707
708
public
void
startThread() {
Callers
nothing calls this directly
Calls
1
setCursor
Method · 0.65
Tested by
no test coverage detected