|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntddkbd.h>
Public Attributes | |
| USHORT | UnitId |
| USHORT | MakeCode |
| USHORT | Flags |
| USHORT | Reserved |
| ULONG | ExtraInformation |
| ULONG _KEYBOARD_INPUT_DATA::ExtraInformation |
Definition at line 90 of file ntddkbd.h.
Referenced by UserProcessKeyboardInput().
| USHORT _KEYBOARD_INPUT_DATA::Flags |
Definition at line 88 of file ntddkbd.h.
Referenced by HandlePowerKeys(), i8042KbdInterruptService(), IntTranslateKey(), IntUpdateControlKeyState(), KbdHid_InsertScanCodes(), RawInputThreadMain(), UserProcessKeyboardInput(), and WaitForKeyboard().
| USHORT _KEYBOARD_INPUT_DATA::MakeCode |
Definition at line 87 of file ntddkbd.h.
Referenced by HandlePowerKeys(), i8042KbdInterruptService(), IntAsciiFromInput(), IntTranslateKey(), IntUpdateControlKeyState(), IntVKFromKbdInput(), KbdHid_InsertScanCodes(), RawInputThreadMain(), and UserProcessKeyboardInput().
| USHORT _KEYBOARD_INPUT_DATA::Reserved |
Definition at line 89 of file ntddkbd.h.
Referenced by i8042KbdInterruptService().
| USHORT _KEYBOARD_INPUT_DATA::UnitId |
Definition at line 86 of file ntddkbd.h.
Referenced by KbdHid_InsertScanCodes().