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/data
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>
3 months ago
..
bash-completion Introduce --keyboard and --mouse 3 months ago
zsh-completion Introduce --keyboard and --mouse 3 months ago
icon.ico Move data/ to app/ 2 years ago
icon.png Move data/ to app/ 2 years ago
icon.svg Move data/ to app/ 2 years ago
open_a_terminal_here.bat Move data/ to app/ 2 years ago
scrcpy-console.bat Use --pause-on-exit from launchers 8 months ago
scrcpy-console.desktop Fix scrcpy-console.desktop 6 months ago
scrcpy-noconsole.vbs Move data/ to app/ 2 years ago
scrcpy.desktop Do not quote $SHELL in .desktop files 6 months ago