scrcpy/app
Simon Chan ea98d49bae Introduce --keyboard and --mouse
Until now, there was two modes for keyboard and mouse:
 - event injection using the Android system API (default)
 - HID/AOA over USB

For this reason, the options were exposed as simple flags:
 - -K or --hid-keyboard to enable physical keyboard simulation (AOA)
 - -M or --hid-mouse to enable physical mouse simulation (AOA)

Replace them by explicit --keyboard and --mouse options, with 3 possible
values:
 - disabled
 - sdk (default)
 - aoa

This will allow to add a new mode (uhid).

PR #4473 <https://github.com/Genymobile/scrcpy/pull/4473>

Co-authored-by: Romain Vimont <rom@rom1v.com>
Signed-off-by: Romain Vimont <rom@rom1v.com>
2024-03-01 00:51:15 +01:00
..
data Introduce --keyboard and --mouse 2024-03-01 00:51:15 +01:00
prebuilt-deps Remove duplicate lines in libusb script 2024-02-29 23:55:44 +01:00
src Introduce --keyboard and --mouse 2024-03-01 00:51:15 +01:00
tests Use sc_ prefix for device sender 2024-02-23 20:07:52 +01:00
meson.build Replace locks by atomics in audio player 2024-02-17 16:01:33 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 2.3.1 2023-12-02 12:30:19 +01:00
scrcpy.1 Introduce --keyboard and --mouse 2024-03-01 00:51:15 +01:00