View Single Post
  #6  
Old 05-31-2012, 01:48 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by Gunderak View Post
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"
__________________
MEEP!
Reply With Quote