Window.mouseCursorState

Function/Meaning
Mouse cursor display state
Type
Property of Window class (Read/Write)
Description
Represents the display state of the mouse cursor. You can also set this value.
If mcsVisible is specified, the mouse cursor becomes visible. This is the default state.
If mcsTempHidden is specified, the mouse cursor becomes hidden, but if the mouse is moved even slightly, it changes to mcsVisible and becomes visible. Calling the Window.hideMouseCursor method results in this state.
If mcsHidden is specified, the mouse cursor becomes hidden. It will not become visible even if the mouse is moved.