Check for a key hit
Posted: Wed Nov 03, 2004 11:43 pm
Hi, Ive searched the forums and couldnt find anything on this.
I am trying to find a way to determine if an arrow key has been hit, not "pressed down" and not "released"
In other words im not looking for KeyboardPushed, or KeyboardReleased.... I wish there was a KeyboardHit.
How can I simulate this for the arrow keys? The moment an arrow key is hit, i want a value to change but not continuously change if the user holds the key down.
I am trying to find a way to determine if an arrow key has been hit, not "pressed down" and not "released"
In other words im not looking for KeyboardPushed, or KeyboardReleased.... I wish there was a KeyboardHit.
How can I simulate this for the arrow keys? The moment an arrow key is hit, i want a value to change but not continuously change if the user holds the key down.