WoW:UIHANDLER OnClick: Difference between revisions
Jump to navigation
Jump to search
m (catfix, Replaced: {{widgethandler}} → {{widgethandler}}<br>) |
mNo edit summary |
||
Line 7: | Line 7: | ||
== Arguments == | == Arguments == | ||
self - the button being clicked | |||
button - a string representing the button that was clicked. | |||
Can be any of the following: | Can be any of the following: | ||
*LeftButton | *LeftButton | ||
Line 15: | Line 17: | ||
*Button5 | *Button5 | ||
According to how the UI element is setup with [[API_Button_RegisterForClicks]] | According to how the UI element is setup with [[API_Button_RegisterForClicks]] | ||
down - whether the button is down (1 or nil? true or false? someone please provide more info) |
Revision as of 23:04, 13 August 2008
Description
The OnClick handler is called when a UI element is clicked with the mouse.
Arguments
self - the button being clicked
button - 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
down - whether the button is down (1 or nil? true or false? someone please provide more info)