diff --git a/306204wy29.js b/306204wy29.js index d2e1ce8..5f003b4 100644 --- a/306204wy29.js +++ b/306204wy29.js @@ -6,6 +6,10 @@ if (!this.initialized) { this.initialized = true; } +if (data.keyCode === GameLib.System.Input.KEY_UP) { + console.log('key up'); +} + console.log(data); -//@ sourceURL=CustomCode (306204wy29).js \ No newline at end of file +//@ sourceURL=keyUp.js \ No newline at end of file