
-----------------------------------
sarm2005
Sun Mar 09, 2008 6:27 pm

How to check for simultaneous keypresses?
-----------------------------------
Such as when someone presses the up and right arrows at the same time.

-----------------------------------
richcash
Sun Mar 09, 2008 6:48 pm

RE:How to check for simultaneous keypresses?
-----------------------------------
Look up Input.KeyDown

-----------------------------------
Sean
Sun Mar 09, 2008 8:54 pm

Re: How to check for simultaneous keypresses?
-----------------------------------
Input.KeyDown, like mentioned above is what you need.

You'll need to code it with an if statement checking if the two buttons are pressed. Then it should display an appropriate message to tell you what buttons are being pressed.
