if (!this.entityLoaded) { return; } if (!this.initialized) { this.initialized = true; } if (data.keyCode === GameLib.System.Input.KEY_UP) { console.log('key up'); } console.log(data); //@ sourceURL=keyUp.js