Collection of some useful cursor styles.

Uses HTML DOM Style cursor property, so supported values are specified by browser.

https://www.w3schools.com/jsref/prop_style_cursor.asp

Use with setMouseStyle

Enumeration Members

Copy: "copy"
CrossHair: "crosshair"
Default: "default"
Help: "help"
Horizontal: "ew-resize"
Move: "move"
None: "none"
NorthEast: "ne-resize"
NorthWest: "nw-resize"
Point: "pointer"
ResizeColumn: "col-resize"
ResizeRow: "row-resize"
Restricted: "not-allowed"
Text: "text"
Vertical: "ns-resize"
Wait: "wait"
ZoomIn: "zoom-in"
ZoomOut: "zoom-out"