Back to API Reference
Enum

CursorType

Cursor appearance types. Each maps to platform-native cursor IDs via UniTextCursor's internal mapping table. If the current platform has no native cursor for a type, the default arrow is used.

public static readonly CursorType Default = 0
public static readonly CursorType Text = 1
public static readonly CursorType Crosshair = 3
public static readonly CursorType Move = 4
public static readonly CursorType NotAllowed = 5
public static readonly CursorType Help = 6
public static readonly CursorType Wait = 7
public static readonly CursorType Progress = 8
public static readonly CursorType Grab = 9
public static readonly CursorType Grabbing = 10
public static readonly CursorType ResizeHorizontal = 11
public static readonly CursorType ResizeVertical = 12
public static readonly CursorType ResizeNWSE = 13
public static readonly CursorType ResizeNESW = 14
public static readonly CursorType ColResize = 15
public static readonly CursorType RowResize = 16
public static readonly CursorType ZoomIn = 17
public static readonly CursorType ZoomOut = 18
public static readonly CursorType ContextMenu = 19
public static readonly CursorType Cell = 20
public static readonly CursorType Copy = 21
public static readonly CursorType Alias = 22
public static readonly CursorType NoDrop = 23
public static readonly CursorType VerticalText = 24
public static readonly CursorType AllScroll = 25