Window.mouseCursorState

Function/Meaning
[Windows *] Mouse cursor display status
Type
Window Class Properties
Explanation

Indicates the display status of the mouse cursor.
You can also set the value.
If you specify mcsVisible, the mouse cursor will be displayed.
This is the default state.
If you specify mcsTempHidden, the mouse cursor will be hidden, but if you move the mouse even a little, it will change to mcsVisible and will be displayed.
This happens when you call the Window.hideMouseCursor method.
If you specify mcsHidden, the mouse cursor is hidden.
Even if you move the mouse, it will not be displayed.
Always mcsHidden on Android.