View source
enum abstract MouseCursor(String)
package openfl.ui
from String, to String,
Available on all platforms
The MouseCursor class is an enumeration of constant values used in setting
the cursor
property of the Mouse class.
Variables
inlineread onlyAUTO:MouseCursor = "auto"
Used to specify that the cursor should be selected automatically based on the object under the mouse.
inlineread onlyBUTTON:MouseCursor = "button"
Used to specify that the button pressing hand cursor should be used.
inlineread onlyHAND:MouseCursor = "hand"
Used to specify that the dragging hand cursor should be used.