Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ showCursor
Method
showCursor
core/src/processing/core/PSurface.java:136–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
public
void
setCursor(PImage image,
int
hotspotX,
int
hotspotY);
135
136
public
void
showCursor();
137
138
public
void
hideCursor();
139
Callers
1
cursor
Method · 0.65
Implementers
3
PSurfaceJOGL
core/src/processing/opengl/PSurfaceJOG
PSurfaceNone
core/src/processing/core/PSurfaceNone.
PSurfaceFX
core/src/processing/javafx/PSurfaceFX.
Calls
no outgoing calls
Tested by
no test coverage detected