MCPcopy Index your code
hub / github.com/processing/processing / cursor

Method cursor

core/src/processing/core/PApplet.java:4032–4034  ·  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

4030 * @param kind either ARROW, CROSS, HAND, MOVE, TEXT, or WAIT
4031 */
4032 public void cursor(int kind) {
4033 surface.setCursor(kind);
4034 }
4035
4036
4037 /**

Callers

nothing calls this directly

Calls 2

setCursorMethod · 0.65
showCursorMethod · 0.65

Tested by

no test coverage detected