scrcpy/app/src/hid
Romain Vimont 61e59ca735 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).
2024-02-27 10:06:35 +01:00
..
hid_event.h Extract HID events struct 2024-02-27 10:06:35 +01:00
hid_keyboard.c Extract keyboard HID handling 2024-02-27 10:06:35 +01:00
hid_keyboard.h Extract keyboard HID handling 2024-02-27 10:06:35 +01:00
hid_mouse.c Extract mouse HID handling 2024-02-27 10:06:35 +01:00
hid_mouse.h Extract mouse HID handling 2024-02-27 10:06:35 +01:00