Using Right and Left Click for different actions

Is there a way to detect if it’s a right or left mouse click? I have the right-click code working fine with the ContextualMenu event, but since there appears to be no way to detect left or right mouse clicks, the MouseDown or MouseUp events always fire, even on a right-click.

http://documentation.xojo.com/index.php/IsContextualClick

Thank you! Can’t believe I couldn’t find that.