unlock a key manually
user defined corresponding action
// Unlock jump when touching the groundif (!this.falling && !this.jumping) { me.input.unlockKey("jump");} Copy
// Unlock jump when touching the groundif (!this.falling && !this.jumping) { me.input.unlockKey("jump");}
unlock a key manually