#include <system.h>
Public Attributes | |
uchar | charCode |
uchar | scanCode |
Definition at line 193 of file system.h.
|
This is the character code. Its value is non-zero if the key has a standard code, like ASCII characters. The value is zero if the key falls in the special key class, like arrows, page up, etc. |
|
This is the scan code. Its value is non-zero if the key falls in the special key class. The value is zero if the key is an ASCII character. |