WoW:UIHANDLER OnMouseDown: Difference between revisions

m
Move page script moved page UIHANDLER OnMouseDown to WoW:UIHANDLER OnMouseDown without leaving a redirect
 
m (Move page script moved page UIHANDLER OnMouseDown to WoW:UIHANDLER OnMouseDown without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{widgetmethod}}
{{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 ==


:;arg1: the widget on which the mouse button was pressed
:;self: the widget on which the mouse button was pressed


:;arg2: the mouse button pressed.  Can be any of the following: LeftButton, RightButton, MiddleButton, Button4, Button5
:;button: the mouse button pressed.  Can be any of the following: LeftButton, RightButton, MiddleButton, Button4, Button5
Anonymous user