Skip to main content

Enum AddonCursorType

Reimplementation of CursorType.

Assembly: Dalamud.dll
View Source
Declaration
public enum AddonCursorType

Fields

Arrow

Arrow.

View Source
Declaration
Arrow = 0

Boot

Boot.

View Source
Declaration
Boot = 1

Search.

View Source
Declaration
Search = 2

ChatPointer

Chat Pointer.

View Source
Declaration
ChatPointer = 3

Interact

Interact.

View Source
Declaration
Interact = 4

Attack

Attack.

View Source
Declaration
Attack = 5

Hand

Hand.

View Source
Declaration
Hand = 6

ResizeWE

Resizeable Left-Right.

View Source
Declaration
ResizeWE = 7

ResizeNS

Resizeable Up-Down.

View Source
Declaration
ResizeNS = 8

ResizeNWSR

Resizeable.

View Source
Declaration
ResizeNWSR = 9

ResizeNESW

Resizeable 4-way.

View Source
Declaration
ResizeNESW = 10

Clickable

Clickable.

View Source
Declaration
Clickable = 11

TextInput

Text Input.

View Source
Declaration
TextInput = 12

TextClick

Text Click.

View Source
Declaration
TextClick = 13

Grab

Grab.

View Source
Declaration
Grab = 14

ChatBubble

Chat Bubble.

View Source
Declaration
ChatBubble = 15

NoAccess

No Access.

View Source
Declaration
NoAccess = 16

Hidden

Hidden.

View Source
Declaration
Hidden = 17

Extension Methods