Enum AddonEventType
Reimplementation of AtkEventType.
Assembly: Dalamud.dll
View Source
public enum AddonEventType : byte
Fields
MouseDown
Mouse Down.
View Source
MouseDown = 3
MouseUp
Mouse Up.
View Source
MouseUp = 4
MouseMove
Mouse Move.
View Source
MouseMove = 5
MouseOver
Mouse Over.
View Source
MouseOver = 6
MouseOut
Mouse Out.
View Source
MouseOut = 7
MouseWheel
Mouse Wheel.
View Source
MouseWheel = 8
MouseClick
Mouse Click.
View Source
MouseClick = 9
MouseDoubleClick
Mouse Double Click.
View Source
MouseDoubleClick = 10
InputReceived
Input Received.
View Source
InputReceived = 12
FocusStart
Focus Start.
View Source
FocusStart = 18
FocusStop
Focus Stop.
View Source
FocusStop = 19
Resize
Resize (ChatLogPanel).
View Source
Resize = 19
ButtonPress
AtkComponentButton Press, sent on MouseDown on Button.
View Source
ButtonPress = 23
ButtonRelease
AtkComponentButton Release, sent on MouseUp and MouseOut.
View Source
ButtonRelease = 24
ButtonClick
AtkComponentButton Click, sent on MouseUp and MouseClick on button.
View Source
ButtonClick = 25
ValueUpdate
Value Update (NumericInput, ScrollBar, etc.)
View Source
ValueUpdate = 27
SliderValueUpdate
AtkComponentSlider Value Update.
View Source
SliderValueUpdate = 29
SliderReleased
AtkComponentSlider Released.
View Source
SliderReleased = 30
ListItemRollOver
AtkComponentList RollOver.
View Source
ListItemRollOver = 33
ListItemRollOut
AtkComponentList Roll Out.
View Source
ListItemRollOut = 34
ListItemClick
AtkComponentList Click.
View Source
ListItemClick = 35
ListItemToggle
AtkComponentList Toggle.
View Source
[Obsolete("Use ListItemClick")]
ListItemToggle = 35
ListItemDoubleClick
AtkComponentList Double Click.
View Source
ListItemDoubleClick = 36
ListItemSelect
AtkComponentList Select.
View Source
ListItemSelect = 38
DragDropBegin
AtkComponentDragDrop Begin. Sent on MouseDown over a draggable icon (will NOT send for a locked icon).
View Source
DragDropBegin = 50
DragDropEnd
AtkComponentDragDrop End.
View Source
DragDropEnd = 51
DragDropInsert
AtkComponentDragDrop Insert. Sent when dropping an icon into a hotbar/inventory slot or similar.
View Source
DragDropInsert = 53
DragDropRollOver
AtkComponentDragDrop Roll Over.
View Source
DragDropRollOver = 55
DragDropRollOut
AtkComponentDragDrop Roll Out.
View Source
DragDropRollOut = 56
DragDropDiscard
AtkComponentDragDrop Discard. Sent when dropping an icon into empty screenspace, eg to remove an action from a hotBar.
View Source
DragDropDiscard = 57
DragDropUnk54
Drag Drop Unknown.
View Source
[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
DragDropCancel = 58
DragDropUnk55
Drag Drop Unknown.
View Source
[Obsolete("Use DragDropCancel", true)]
DragDropUnk55 = 55
IconTextRollOver
AtkComponentIconText Roll Over.
View Source
IconTextRollOver = 59
IconTextRollOut
AtkComponentIconText Roll Out.
View Source
IconTextRollOut = 60
IconTextClick
AtkComponentIconText Click.
View Source
IconTextClick = 61
DialogueClose
AtkDialogue Close.
View Source
DialogueClose = 62
DialogueSubmit
AtkDialogue Submit.
View Source
DialogueSubmit = 63
TimerTick
AtkTimer Tick.
View Source
TimerTick = 64
TimerEnd
AtkTimer End.
View Source
TimerEnd = 65
TweenProgress
AtkSimpleTween Progress.
View Source
TweenProgress = 67
TweenComplete
AtkSimpleTween Complete.
View Source
TweenComplete = 68
ChildAddonAttached
AtkAddonControl Child Addon Attached.
View Source
ChildAddonAttached = 69
WindowRollOver
AtkComponentWindow Roll Over.
View Source
WindowRollOver = 70
WindowRollOut
AtkComponentWindow Roll Out.
View Source
WindowRollOut = 71
WindowChangeScale
AtkComponentWindow Change Scale.
View Source
WindowChangeScale = 72
LinkMouseClick
AtkTextNode Link Mouse Click.
View Source
LinkMouseClick = 75
LinkMouseOver
AtkTextNode Link Mouse Over.
View Source
LinkMouseOver = 76
LinkMouseOut
AtkTextNode Link Mouse Out.
View Source
LinkMouseOut = 77
Extension Methods
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttribute``1
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttributes``1
- Dalamud.Utility.EnumExtensions.IsObsolete(System.Enum)