mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 04:14:53 +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_E0 2
|
||||||
#define KEY_E1 4
|
#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 {
|
typedef struct _KEYBOARD_INPUT_DATA {
|
||||||
USHORT UnitId;
|
USHORT UnitId;
|
||||||
USHORT MakeCode;
|
USHORT MakeCode;
|
Loading…
Add table
Add a link
Reference in a new issue