Hi
I need to write a simple method that uses two booleans, "leftClicked" and "rightClicked". It's pretty self explanatory but I want leftClicked to be true when the left mouse button is down and "rightClicked" to be true when the right mouse button is down.
Anyone know how to achieve this?