final class UICursors
package smidr
Global mouse-cursor override, independent of the per-widget hover cursor
(UIComponent.hoverCursor). Use it to force a shape regardless of what the pointer is over —
e.g. a wait cursor across a blocking load.
Custom bitmap cursors are not offered: OpenFL 9.5.2 compiles out Mouse.registerCursor, so
only the built-in UICursor shapes are available. Desktop only in practice
(supportsCursor is false on mobile).
Static variables
staticread onlysupportsCursor:Bool
Whether the platform shows a persistent cursor (false on most mobile devices).