WoW API: GetMouseButtonClicked

From AddOn Studio
Revision as of 19:08, 14 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns the name of the button responsible causing the OnClick handler to fire. buttonName = GetMouseButtonClicked(); == Returns == ; buttonName : String - name of t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetMouseButtonClicked

Returns the name of the button responsible causing the OnClick handler to fire.

buttonName = GetMouseButtonClicked();

Returns

buttonName
String - name of the button responsible for the innermost OnClick event. For example, "LeftButton"

Details

  • The buttonName return value may be an arbitrary string (as the Button:Click method accepts arbitrary arguments).
  • If there are multiple OnClick handler dispatches on the call stack, information about the innermost one is returned.