View Single Post
11-30-05, 12:42 AM   #2
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
Add an <OnLoad> handler to the button:

<OnLoad>
this:RegisterForClicks("LeftButtonUp","RightButtonUp")
</OnLoad>

And it will recognize right button (and pass arg1 as "RightButton" when you right click it)
  Reply With Quote