Skip to main content

Enum AddonCursorType

Reimplementation of CursorType.

Assembly: Dalamud.dll
Declaration
public enum AddonCursorType

Fields

Arrow

Arrow.

Declaration
Arrow = 0

Boot

Boot.

Declaration
Boot = 1

Search.

Declaration
Search = 2

ChatPointer

Chat Pointer.

Declaration
ChatPointer = 3

Interact

Interact.

Declaration
Interact = 4

Attack

Attack.

Declaration
Attack = 5

Hand

Hand.

Declaration
Hand = 6

ResizeWE

Resizeable Left-Right.

Declaration
ResizeWE = 7

ResizeNS

Resizeable Up-Down.

Declaration
ResizeNS = 8

ResizeNWSR

Resizeable.

Declaration
ResizeNWSR = 9

ResizeNESW

Resizeable 4-way.

Declaration
ResizeNESW = 10

Clickable

Clickable.

Declaration
Clickable = 11

TextInput

Text Input.

Declaration
TextInput = 12

TextClick

Text Click.

Declaration
TextClick = 13

Grab

Grab.

Declaration
Grab = 14

ChatBubble

Chat Bubble.

Declaration
ChatBubble = 15

NoAccess

No Access.

Declaration
NoAccess = 16

Hidden

Hidden.

Declaration
Hidden = 17

Extension Methods