mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-16 20:24:28 +01:00
Add UHID mouse support
Use the following command:
scrcpy --mouse=uhid
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user