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
Simon Chan 7c037989c5 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).

Co-authored-by: Romain Vimont <rom@rom1v.com>
Signed-off-by: Romain Vimont <rom@rom1v.com>
7 months ago
..
data Introduce --keyboard and --mouse 7 months ago
prebuilt-deps Upgrade sdl (2.28.5) for Windows 10 months ago
src Introduce --keyboard and --mouse 7 months ago
tests Use sc_ prefix for device sender 7 months ago
meson.build Replace locks by atomics in audio player 8 months ago
scrcpy-windows.manifest Set DPI awareness for Windows 3 years ago
scrcpy-windows.rc Bump version to 2.3.1 10 months ago
scrcpy.1 Introduce --keyboard and --mouse 7 months ago