mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Add UHID mouse support
Use the following command:
scrcpy --mouse=uhid
This commit is contained in:
parent
27edeeb248
commit
9db64f83a4
9 changed files with 132 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue