Lines Matching refs:lastKey
431 this.lastKey = 0;
592 this.lastKey = e.keyCode;
598 if (this.lastKey) this.repeatOn = true;
604 this.lastKey = 0;
607 return this.lastKey!=0;
616 if (this.lastKey==38) // Up
651 else if (this.lastKey==40) // Down
664 else if (this.lastKey==39) // Right
670 else if (this.lastKey==37) // Left
676 else if (this.lastKey==27) // Escape
681 else if (this.lastKey==13) // Enter
694 if (this.lastKey==38) // Up
706 else if (this.lastKey==40) // Down
719 else if (this.lastKey==27) // Escape
724 else if (this.lastKey==13) // Enter