Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ setCursor
Method
setCursor
core/src/processing/core/PSurface.java:132–132 ·
view source on GitHub ↗
(int kind)
Source
from the content-addressed store, hash-verified
130
//
131
132
public
void
setCursor(
int
kind);
133
134
public
void
setCursor(PImage image,
int
hotspotX,
int
hotspotY);
135
Callers
15
set
Method · 0.65
cursor
Method · 0.65
setCursor
Method · 0.65
showCursor
Method · 0.65
hideCursor
Method · 0.65
setCursor
Method · 0.65
showCursor
Method · 0.65
hideCursor
Method · 0.65
FilterField
Method · 0.65
TextAreaPainter
Method · 0.65
mouseMoved
Method · 0.65
mouseExited
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