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

Method cursor

core/src/processing/core/PApplet.java:3625–3627  ·  view source on GitHub ↗

Set the cursor type @param kind either ARROW, CROSS, HAND, MOVE, TEXT, or WAIT

(int kind)

Source from the content-addressed store, hash-verified

3623 * @param kind either ARROW, CROSS, HAND, MOVE, TEXT, or WAIT
3624 */
3625 public void cursor(int kind) {
3626 surface.setCursor(kind);
3627 }
3628
3629
3630 /**

Callers

nothing calls this directly

Calls 2

setCursorMethod · 0.65
showCursorMethod · 0.65

Tested by

no test coverage detected