mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 03:25:03 +00:00
Replace raw number by its name
PR #4373 <https://github.com/Genymobile/scrcpy/pull/4373> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
68b55ef2fe
commit
76a99a7fcd
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
|||
// keyboard support, though OS could support more keys via modifying the report
|
||||
// desc. 6 should be enough for scrcpy.
|
||||
#define HID_KEYBOARD_MAX_KEYS 6
|
||||
#define HID_KEYBOARD_EVENT_SIZE (2 + HID_KEYBOARD_MAX_KEYS)
|
||||
#define HID_KEYBOARD_EVENT_SIZE \
|
||||
(HID_KEYBOARD_INDEX_KEYS + HID_KEYBOARD_MAX_KEYS)
|
||||
|
||||
#define HID_RESERVED 0x00
|
||||
#define HID_ERROR_ROLL_OVER 0x01
|
||||
|
|
Loading…
Add table
Reference in a new issue