scrcpy/app/data
Simon Chan 633f4fcd1d 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>
2024-02-23 20:08:20 +01:00
..
bash-completion Introduce --keyboard and --mouse 2024-02-23 20:08:20 +01:00
zsh-completion Introduce --keyboard and --mouse 2024-02-23 20:08:20 +01:00
icon.ico Move data/ to app/ 2022-02-20 17:56:50 +01:00
icon.png Move data/ to app/ 2022-02-20 17:56:50 +01:00
icon.svg Move data/ to app/ 2022-02-20 17:56:50 +01:00
open_a_terminal_here.bat Move data/ to app/ 2022-02-20 17:56:50 +01:00
scrcpy-console.bat Use --pause-on-exit from launchers 2023-10-11 09:43:44 +02:00
scrcpy-console.desktop Fix scrcpy-console.desktop 2023-11-25 21:35:04 +01:00
scrcpy-noconsole.vbs Move data/ to app/ 2022-02-20 17:56:50 +01:00
scrcpy.desktop Do not quote $SHELL in .desktop files 2023-11-25 21:28:43 +01:00