Enum CursorMode
Represents various cursor modes supported by a Window.
public enum CursorMode
Fields
Grabbed = 2
The cursor is grabbed by the window, and is locked inside of its bounds. However, the cursor is still free to move anywhere inside of this window.
Hidden = 1
The cursor is hidden when on top of this window, however is free to move anywhere.
Locked = 3
The cursor is hidden and locked to the center of the window.
Visible = 0
The cursor is visible and free to move anywhere.