Enum CursorTypes
Enums with the cursor types.
Namespace: Evergine.Common.Input.Mouse
Assembly: Evergine.Common.dll
Syntax
public enum CursorTypes
  Fields
| Name | Description | 
|---|---|
| Arrow | The default arrow cursor.  | 
      
| Crosshair | The crosshair ("+") cursor.  | 
      
| Hand | The hand cursor, usually used for web links.  | 
      
| IBeam | The cursor that appears when the mouse is over text editing regions.  | 
      
| No | The cursor that points that something is invalid, usually a cross.  | 
      
| None | Cursor not visible.  | 
      
| Sizing | The size all cursor which points in all directions.  | 
      
| Unknown | Unknown cursor type.  | 
      
| Wait | The waiting cursor that appears while the application/system is busy.  | 
      
| WaitArrow | The cross between Arrow and Wait cursors.  |