Skip to main content

Enum AddonEventType

Reimplementation of AtkEventType.

Assembly: Dalamud.dll
View Source
Declaration
public enum AddonEventType : byte

Fields

MouseDown

Mouse Down.

View Source
Declaration
MouseDown = 3

MouseUp

Mouse Up.

View Source
Declaration
MouseUp = 4

MouseMove

Mouse Move.

View Source
Declaration
MouseMove = 5

MouseOver

Mouse Over.

View Source
Declaration
MouseOver = 6

MouseOut

Mouse Out.

View Source
Declaration
MouseOut = 7

MouseClick

Mouse Click.

View Source
Declaration
MouseClick = 9

InputReceived

Input Received.

View Source
Declaration
InputReceived = 12

FocusStart

Focus Start.

View Source
Declaration
FocusStart = 18

FocusStop

Focus Stop.

View Source
Declaration
FocusStop = 19

ButtonPress

Button Press, sent on MouseDown on Button.

View Source
Declaration
ButtonPress = 23

ButtonRelease

Button Release, sent on MouseUp and MouseOut.

View Source
Declaration
ButtonRelease = 24

ButtonClick

Button Click, sent on MouseUp and MouseClick on button.

View Source
Declaration
ButtonClick = 25

ListItemRollOver

List Item RollOver.

View Source
Declaration
ListItemRollOver = 33

ListItemRollOut

List Item Roll Out.

View Source
Declaration
ListItemRollOut = 34

ListItemToggle

List Item Toggle.

View Source
Declaration
ListItemToggle = 35

DragDropBegin

Drag Drop Begin. Sent on MouseDown over a draggable icon (will NOT send for a locked icon).

View Source
Declaration
DragDropBegin = 47

DragDropInsert

Drag Drop Insert. Sent when dropping an icon into a hotbar/inventory slot or similar.

View Source
Declaration
DragDropInsert = 50

DragDropRollOver

Drag Drop Roll Over.

View Source
Declaration
DragDropRollOver = 52

DragDropRollOut

Drag Drop Roll Out.

View Source
Declaration
DragDropRollOut = 53

DragDropDiscard

Drag Drop Discard. Sent when dropping an icon into empty screenspace, eg to remove an action from a hotBar.

View Source
Declaration
DragDropDiscard = 54

DragDropUnk54

Drag Drop Unknown.

View Source
Declaration
[Obsolete("Use DragDropDiscard")]
DragDropUnk54 = 54

DragDropCancel

Drag Drop Cancel. Sent on MouseUp if the cursor has not moved since DragDropBegin, OR on MouseDown over a locked icon.

View Source
Declaration
DragDropCancel = 55

DragDropUnk55

Drag Drop Unknown.

View Source
Declaration
[Obsolete("Use DragDropCancel")]
DragDropUnk55 = 55

IconTextRollOver

Icon Text Roll Over.

View Source
Declaration
IconTextRollOver = 56

IconTextRollOut

Icon Text Roll Out.

View Source
Declaration
IconTextRollOut = 57

IconTextClick

Icon Text Click.

View Source
Declaration
IconTextClick = 58

WindowRollOver

Window Roll Over.

View Source
Declaration
WindowRollOver = 67

WindowRollOut

Window Roll Out.

View Source
Declaration
WindowRollOut = 68

WindowChangeScale

Window Change Scale.

View Source
Declaration
WindowChangeScale = 69

Extension Methods