MCPcopy 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

setMethod · 0.65
cursorMethod · 0.65
setCursorMethod · 0.65
showCursorMethod · 0.65
hideCursorMethod · 0.65
setCursorMethod · 0.65
showCursorMethod · 0.65
hideCursorMethod · 0.65
FilterFieldMethod · 0.65
TextAreaPainterMethod · 0.65
mouseMovedMethod · 0.65
mouseExitedMethod · 0.65

Implementers 3

PSurfaceJOGLcore/src/processing/opengl/PSurfaceJOG
PSurfaceNonecore/src/processing/core/PSurfaceNone.
PSurfaceFXcore/src/processing/javafx/PSurfaceFX.

Calls

no outgoing calls

Tested by

no test coverage detected