mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[PSDK]
- Move ntddkbd.h to PSDK - Add several missing KEYBOARD_* definitions svn path=/branches/header-work/; revision=46145
This commit is contained in:
parent
97378505bd
commit
b5e6da689b
1 changed files with 7 additions and 0 deletions
|
@ -63,6 +63,13 @@ DEFINE_GUID(GUID_DEVINTERFACE_KEYBOARD, \
|
|||
#define KEY_E0 2
|
||||
#define KEY_E1 4
|
||||
|
||||
#define KEYBOARD_LED_INJECTED 0x8000
|
||||
#define KEYBOARD_SHADOW 0x4000
|
||||
#define KEYBOARD_KANA_LOCK_ON 8
|
||||
#define KEYBOARD_CAPS_LOCK_ON 4
|
||||
#define KEYBOARD_NUM_LOCK_ON 2
|
||||
#define KEYBOARD_SCROLL_LOCK_ON 1
|
||||
|
||||
typedef struct _KEYBOARD_INPUT_DATA {
|
||||
USHORT UnitId;
|
||||
USHORT MakeCode;
|
Loading…
Reference in a new issue