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
MouseClick
Mouse Click.
View Source
MouseClick = 9
InputReceived
Input Received.
View Source
InputReceived = 12
FocusStart
Focus Start.
View Source
FocusStart = 18
FocusStop
Focus Stop.
View Source
FocusStop = 19
ButtonPress
Button Press, sent on MouseDown on Button.
View Source
ButtonPress = 23
ButtonRelease
Button Release, sent on MouseUp and MouseOut.
View Source
ButtonRelease = 24
ButtonClick
Button Click, sent on MouseUp and MouseClick on button.
View Source
ButtonClick = 25
ListItemRollOver
List Item RollOver.
View Source
ListItemRollOver = 33
ListItemRollOut
List Item Roll Out.
View Source
ListItemRollOut = 34
ListItemToggle
List Item Toggle.
View Source
ListItemToggle = 35
DragDropBegin
Drag Drop Begin. Sent on MouseDown over a draggable icon (will NOT send for a locked icon).
View Source
DragDropBegin = 47
DragDropInsert
Drag Drop Insert. Sent when dropping an icon into a hotbar/inventory slot or similar.
View Source
DragDropInsert = 50
DragDropRollOver
Drag Drop Roll Over.
View Source
DragDropRollOver = 52
DragDropRollOut
Drag Drop Roll Out.
View Source
DragDropRollOut = 53
DragDropDiscard
Drag Drop Discard. Sent when dropping an icon into empty screenspace, eg to remove an action from a hotBar.
View Source
DragDropDiscard = 54
DragDropUnk54
Drag Drop Unknown.
View Source
[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
DragDropCancel = 55
DragDropUnk55
Drag Drop Unknown.
View Source
[Obsolete("Use DragDropCancel")]
DragDropUnk55 = 55
IconTextRollOver
Icon Text Roll Over.
View Source
IconTextRollOver = 56
IconTextRollOut
Icon Text Roll Out.
View Source
IconTextRollOut = 57
IconTextClick
Icon Text Click.
View Source
IconTextClick = 58
WindowRollOver
Window Roll Over.
View Source
WindowRollOver = 67
WindowRollOut
Window Roll Out.
View Source
WindowRollOut = 68
WindowChangeScale
Window Change Scale.
View Source
WindowChangeScale = 69
Extension Methods
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttribute``1
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttributes``1
- Dalamud.Utility.EnumExtensions.IsObsolete(System.Enum)