WoW:UIHANDLER OnMouseDown: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(updated for 3.0)
m (Move page script moved page UIHANDLER OnMouseDown to WoW:UIHANDLER OnMouseDown without leaving a redirect)
 
(One intermediate revision by one other user 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.

Latest revision as of 04:49, 15 August 2023

Widget handlers < OnMouseDown

Invoked when mouse button is pressed on the widget.

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