WoW:UIHANDLER OnClick: Difference between revisions
Jump to navigation
Jump to search
({{widgethandler}}) |
(returned ~= passed) |
||
Line 7: | Line 7: | ||
== Arguments == | == Arguments == | ||
arg1 - | arg1 - a string representing the button that was clicked. | ||
Can be any of the following: | Can be any of the following: | ||
*LeftButton | *LeftButton |
Revision as of 03:24, 6 October 2007
Description
The OnClick handler is called when a UI element is clicked with the mouse.
Arguments
arg1 - a string representing the button that was clicked. Can be any of the following:
- LeftButton
- RightButton
- MiddleButton
- Button4
- Button5
According to how the UI element is setup with API_Button_RegisterForClicks