You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/src/hid
Romain Vimont d95276467b Extract mouse HID handling
Split the mouse implementation using AOA and the code handling HID
events, so that HID events can be reused for another protocol (UHID).

PR #4473 <https://github.com/Genymobile/scrcpy/pull/4473>
3 months ago
..
hid_event.h Extract HID events struct 3 months ago
hid_keyboard.c Extract keyboard HID handling 3 months ago
hid_keyboard.h Extract keyboard HID handling 3 months ago
hid_mouse.c Extract mouse HID handling 3 months ago
hid_mouse.h Extract mouse HID handling 3 months ago