hi,
I have this key listener code in place in which it captures keys and writes then to an array()… it’s for a fighting game… the combo bit…
So… as you might know… players will be smashing the keys as fast as light!
I just tested this out… and it seems that the keylistener doesn’t capture all keys… … in time!
like… if typed “ASDF” fast… it would only pick up the A… but the rest won’t be picked up…
Is there any way to speed up the rate in which it captures keys?
THanks