MCPcopy Create free account
hub / github.com/benfry/processing4 / setCursor

Method setCursor

core/src/processing/core/PSurface.java:141–141  ·  view source on GitHub ↗
(int kind)

Source from the content-addressed store, hash-verified

139 //
140
141 public void setCursor(int kind);
142
143 public void setCursor(PImage image, int hotspotX, int hotspotY);
144

Callers 15

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

Implementers 2

PSurfaceJOGLcore/src/processing/opengl/PSurfaceJOG
PSurfaceNonecore/src/processing/core/PSurfaceNone.

Calls

no outgoing calls

Tested by

no test coverage detected