Lines Matching refs:lastKey
408 this.lastKey = 0;
569 this.lastKey = e.keyCode;
575 if (this.lastKey) this.repeatOn = true;
581 this.lastKey = 0;
584 return this.lastKey!=0;
593 if (this.lastKey==38) // Up
628 else if (this.lastKey==40) // Down
641 else if (this.lastKey==39) // Right
647 else if (this.lastKey==37) // Left
653 else if (this.lastKey==27) // Escape
658 else if (this.lastKey==13) // Enter
671 if (this.lastKey==38) // Up
683 else if (this.lastKey==40) // Down
696 else if (this.lastKey==27) // Escape
701 else if (this.lastKey==13) // Enter