r3-custom-code/306204wy29.js

15 lines
213 B
JavaScript
Raw Normal View History

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