Quote:
Originally Posted by cbkbud
Because you can't use that to detect when a key is held down.
|
PHP Code:
function GraalControl.onKeyDown(keycode, keystring, scancode) {
}
function GraalControl.onKeyUp(keycode, keystring, scancode) {
}
Would that not do it?