Window.mouseCursorState

機能/意味
Mouse cursor display state
タイプ
Windowクラスのプロパティ (読み書き可能)
説明
 Indicates the display state of the mouse cursor. You can also set a value.
 When mcsVisible is specified, the mouse cursor is displayed. This is the default state.
 If you specify mcsTempHidden, the mouse cursor will be hidden, but if you move the mouse a little, it will change to mcsVisible and it will be displayed. This state occurs when the Window.hideMouseCursor method is called.
 When mcsHidden is specified, the mouse cursor is hidden. Moving the mouse does not change the display state.