Add UHID mouse support

Use the following command:

    scrcpy --mouse=uhid
This commit is contained in:
Romain Vimont
2024-02-25 15:43:36 +01:00
parent 27edeeb248
commit 9db64f83a4
9 changed files with 132 additions and 6 deletions

View File

@@ -120,7 +120,7 @@ _scrcpy() {
return
;;
--mouse)
COMPREPLY=($(compgen -W 'disabled sdk aoa' -- "$cur"))
COMPREPLY=($(compgen -W 'disabled sdk aoa uhid' -- "$cur"))
return
;;
--orientation|--display-orientation)