scrcpy/app/src/uhid
Romain Vimont 97e83fa3d6 Remove atomics from keyboard_uhid
The UHID output callback is now called from the same (main) thread as
the process_key() function.
2024-09-07 22:45:05 +02:00
..
keyboard_uhid.c Remove atomics from keyboard_uhid 2024-09-07 22:45:05 +02:00
keyboard_uhid.h Remove atomics from keyboard_uhid 2024-09-07 22:45:05 +02:00
mouse_uhid.c Add UHID mouse support 2024-03-01 00:52:13 +01:00
mouse_uhid.h Add UHID mouse support 2024-03-01 00:52:13 +01:00
uhid_output.c Handle UHID output 2024-03-01 00:52:00 +01:00
uhid_output.h Handle UHID output 2024-03-01 00:52:00 +01:00