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

MouseWheel

Mouse Wheel.

View Source
Declaration
MouseWheel = 8

MouseClick

Mouse Click.

View Source
Declaration
MouseClick = 9

MouseDoubleClick

Mouse Double Click.

View Source
Declaration
MouseDoubleClick = 10

InputReceived

Input Received.

View Source
Declaration
InputReceived = 12

FocusStart

Focus Start.

View Source
Declaration
FocusStart = 18

FocusStop

Focus Stop.

View Source
Declaration
FocusStop = 19

Resize

Resize (ChatLogPanel).

View Source
Declaration
Resize = 19

ButtonPress

AtkComponentButton Press, sent on MouseDown on Button.

View Source
Declaration
ButtonPress = 23

ButtonRelease

AtkComponentButton Release, sent on MouseUp and MouseOut.

View Source
Declaration
ButtonRelease = 24

ButtonClick

AtkComponentButton Click, sent on MouseUp and MouseClick on button.

View Source
Declaration
ButtonClick = 25

ValueUpdate

Value Update (NumericInput, ScrollBar, etc.)

View Source
Declaration
ValueUpdate = 27

SliderValueUpdate

AtkComponentSlider Value Update.

View Source
Declaration
SliderValueUpdate = 29

SliderReleased

AtkComponentSlider Released.

View Source
Declaration
SliderReleased = 30

ListItemRollOver

AtkComponentList RollOver.

View Source
Declaration
ListItemRollOver = 33

ListItemRollOut

AtkComponentList Roll Out.

View Source
Declaration
ListItemRollOut = 34

ListItemClick

AtkComponentList Click.

View Source
Declaration
ListItemClick = 35

ListItemToggle

AtkComponentList Toggle.

View Source
Declaration
[Obsolete("Use ListItemClick")]
ListItemToggle = 35

ListItemDoubleClick

AtkComponentList Double Click.

View Source
Declaration
ListItemDoubleClick = 36

ListItemSelect

AtkComponentList Select.

View Source
Declaration
ListItemSelect = 38

DragDropBegin

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

View Source
Declaration
DragDropBegin = 50

DragDropEnd

AtkComponentDragDrop End.

View Source
Declaration
DragDropEnd = 51

DragDropInsert

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

View Source
Declaration
DragDropInsert = 53

DragDropRollOver

AtkComponentDragDrop Roll Over.

View Source
Declaration
DragDropRollOver = 55

DragDropRollOut

AtkComponentDragDrop Roll Out.

View Source
Declaration
DragDropRollOut = 56

DragDropDiscard

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

View Source
Declaration
DragDropDiscard = 57

DragDropUnk54

Drag Drop Unknown.

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

DragDropCancel

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

View Source
Declaration
DragDropCancel = 58

DragDropUnk55

Drag Drop Unknown.

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

IconTextRollOver

AtkComponentIconText Roll Over.

View Source
Declaration
IconTextRollOver = 59

IconTextRollOut

AtkComponentIconText Roll Out.

View Source
Declaration
IconTextRollOut = 60

IconTextClick

AtkComponentIconText Click.

View Source
Declaration
IconTextClick = 61

DialogueClose

AtkDialogue Close.

View Source
Declaration
DialogueClose = 62

DialogueSubmit

AtkDialogue Submit.

View Source
Declaration
DialogueSubmit = 63

TimerTick

AtkTimer Tick.

View Source
Declaration
TimerTick = 64

TimerEnd

AtkTimer End.

View Source
Declaration
TimerEnd = 65

TweenProgress

AtkSimpleTween Progress.

View Source
Declaration
TweenProgress = 67

TweenComplete

AtkSimpleTween Complete.

View Source
Declaration
TweenComplete = 68

ChildAddonAttached

AtkAddonControl Child Addon Attached.

View Source
Declaration
ChildAddonAttached = 69

WindowRollOver

AtkComponentWindow Roll Over.

View Source
Declaration
WindowRollOver = 70

WindowRollOut

AtkComponentWindow Roll Out.

View Source
Declaration
WindowRollOut = 71

WindowChangeScale

AtkComponentWindow Change Scale.

View Source
Declaration
WindowChangeScale = 72

LinkMouseClick

AtkTextNode Link Mouse Click.

View Source
Declaration
LinkMouseClick = 75

LinkMouseOver

AtkTextNode Link Mouse Over.

View Source
Declaration
LinkMouseOver = 76

LinkMouseOut

AtkTextNode Link Mouse Out.

View Source
Declaration
LinkMouseOut = 77

Extension Methods