cursor()
EnvironmentDescription
Sets the cursor to a predefined shape or restores the default cursor.
Syntax
void cursor()
void cursor(int type)
Parameters
| Name | Type | Description |
|---|---|---|
| type | int | ARROW, CROSS, HAND, MOVE, TEXT_CURSOR, WAIT (optional) |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...