|
ReactOS 0.4.16-dev-1946-g52006dd
|
Public Attributes | |
| USHORT | ScanCode |
| USHORT | Enhanced |
| UCHAR | Normal |
| UCHAR | Shift |
| UCHAR | NumLock |
| UCHAR | bCAPS |
Definition at line 163 of file keytrans.c.
| UCHAR _SCANTOASCII::bCAPS |
Definition at line 169 of file keytrans.c.
| USHORT _SCANTOASCII::Enhanced |
Definition at line 165 of file keytrans.c.
Referenced by IntAsciiFromInput().
| UCHAR _SCANTOASCII::Normal |
Definition at line 166 of file keytrans.c.
Referenced by IntAsciiFromInput().
| UCHAR _SCANTOASCII::NumLock |
Definition at line 168 of file keytrans.c.
Referenced by IntAsciiFromInput().
| USHORT _SCANTOASCII::ScanCode |
Definition at line 164 of file keytrans.c.
| UCHAR _SCANTOASCII::Shift |
Definition at line 167 of file keytrans.c.
Referenced by IntAsciiFromInput().