The MouseCursor class is an enumeration of constant values used in setting the cursor property of the Mouse class.

Variables

@:enum@:implinlineread onlyARROW:MouseCursor

Used to specify that the arrow cursor should be used.

@:enum@:implinlineread onlyAUTO:MouseCursor

Used to specify that the cursor should be selected automatically based on the object under the mouse.

@:enum@:implinlineread onlyBUTTON:MouseCursor

Used to specify that the button pressing hand cursor should be used.

@:enum@:implinlineread onlyHAND:MouseCursor

Used to specify that the dragging hand cursor should be used.

@:enum@:implinlineread onlyIBEAM:MouseCursor

Used to specify that the I-beam cursor should be used.