Added KEY_SPACE to USBHIDKeyboard.h (#8920)
This commit is contained in:
parent
0d0d27fba8
commit
1e980bd738
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ typedef union {
|
|||
#define KEY_DOWN_ARROW 0xD9
|
||||
#define KEY_LEFT_ARROW 0xD8
|
||||
#define KEY_RIGHT_ARROW 0xD7
|
||||
#define KEY_SPACE 0x20
|
||||
#define KEY_BACKSPACE 0xB2
|
||||
#define KEY_TAB 0xB3
|
||||
#define KEY_RETURN 0xB0
|
||||
|
|
|
|||
Loading…
Reference in a new issue