Detect Right Click on Buttons?

Heya,

Anyone think of a simple way to detect right clicks of GUI.Buttons and have that produce a different result than left clicks? Or do i have to build an array of rects instead of buttons and detect mouse events inside those rects or something keraaazy like that?

Basically i want to be able to tell if a button was clicked with left or right mouse button and do a different thing for each.

Found an answer for those searching the forums:

Sorry I posted before looking there…