Quote:
Originally Posted by Gunderak
Wouldn't keydown3 on a timeout be better?
|
And why? Its not necessary since you call
GraalControl.onKeyDown() everytime the key is pressed and
keydown() checks which key has been pressed. Just like
PHP Code:
if (temp.key == "c")