The Mouse Pick Event seems incredibly useful but at the moment I'm very limited by the fact that it can only send a 'mouse button down' event (in addition to mouse over, mouse up etc) which defaults to left mouse button.
Would it be possible to extend this action so that I can have separate events fired for left click and right click? Or is there some easy way to accomplish this that I'm missing?
Essentially I'm looking for an real-time strategy game style of mouse interaction where the player left-clicks on an object to select it and right-clicks on an object to attack (or in my case, 'move to')