Tea::Key
Key represents a keyboard key
Constructors
Instance methods
BaseCode is the key pressed according to the standard PC-101 key layout.
Code represents the key pressed. This is usually a special key like KeyTab, KeyEnter, KeyF1, or a printable character like 'a'.
Code represents the key pressed. This is usually a special key like KeyTab, KeyEnter, KeyF1, or a printable character like 'a'.
IsRepeat indicates whether the key is being held down and sending events repeatedly.
IsRepeat indicates whether the key is being held down and sending events repeatedly.
ShiftedCode is the actual, shifted key pressed by the user.
Text contains the actual characters received. This usually the same as Code. When Text is non-empty, it indicates that the key pressed represents printable character(s).