keyboard: Fix typo
This commit is contained in:
parent
2018882bf2
commit
0280d8249a
1 changed files with 4 additions and 4 deletions
|
@ -30,10 +30,10 @@
|
|||
|
||||
/* Global keyboard information */
|
||||
|
||||
#define KEYBOARD_HARDWARE 0x01
|
||||
#define KEYBOARD_VIRTUAL 0x02
|
||||
#define KEYBOARD_AUTORELEASE 0x04
|
||||
#define KEYBOARD_IGNOREMODIFIERS 0x0
|
||||
#define KEYBOARD_HARDWARE 0x01
|
||||
#define KEYBOARD_VIRTUAL 0x02
|
||||
#define KEYBOARD_AUTORELEASE 0x04
|
||||
#define KEYBOARD_IGNOREMODIFIERS 0x08
|
||||
|
||||
#define KEYBOARD_SOURCE_MASK (KEYBOARD_HARDWARE | KEYBOARD_AUTORELEASE)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue