Enum CursorState
Cursor states.
Namespace: OpenTK.Windowing.Common
Assembly: OpenTK.Windowing.Common.dll
Syntax
public enum CursorState
  Fields
| Name | Description | 
|---|---|
| Confined | Confines the cursor to the window content area.  | 
      
| Grabbed | Hides the cursor and locks it to the specified window.  | 
      
| Hidden | Hides the cursor when over a window.  | 
      
| Normal | The cursor visible and cursor motion is not limited.  |