0

I have run into a problem when trying to detect a right-mouse click. I have a for loop set up for (;;) and inside of there need to find out if the right-mouse button is being held down. Is there some kind of function I can use?

Thanks in advance!

Tanner H.
  • 304
  • 1
  • 13

1 Answers1

1

The best thing I could find was the mousedown and buttonsclick event.

You can find those pages here and here.

I'd be interested to find a better answer, until then I hope that this is helpful. Good luck.

Community
  • 1
  • 1