WoW:UIHANDLER OnMouseDown: Difference between revisions
Jump to navigation
Jump to search
m (Move page script moved page UIHANDLER OnMouseDown to UIHANDLER OnMouseDown without leaving a redirect) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{widgethandler}} | ||
Invoked when mouse button is pressed on the widget. | Invoked when mouse button is pressed on the widget. | ||
Line 5: | Line 5: | ||
== Arguments == | == Arguments == | ||
:; | :;self: the widget on which the mouse button was pressed | ||
:; | :;button: the mouse button pressed. Can be any of the following: LeftButton, RightButton, MiddleButton, Button4, Button5 |
Latest revision as of 04:49, 15 August 2023
← Widget handlers < OnMouseDown
Invoked when mouse button is pressed on the widget.
Arguments[edit]
- self
- the widget on which the mouse button was pressed
- button
- the mouse button pressed. Can be any of the following: LeftButton, RightButton, MiddleButton, Button4, Button5