mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-24 11:21:03 +00:00
Add an option to forward all clicks
Add --forward-all-clicks to disable mouse shortcuts and forward middle and right clicks to the device instead. Fixes #1302 <https://github.com/Genymobile/scrcpy/issues/1302> Fixes #1613 <https://github.com/Genymobile/scrcpy/issues/1613>
This commit is contained in:
parent
5dcfc0ebab
commit
adc547fa6e
7 changed files with 36 additions and 3 deletions
|
@ -60,6 +60,10 @@ Default is 0.
|
|||
.B \-\-force\-adb\-forward
|
||||
Do not attempt to use "adb reverse" to connect to the device.
|
||||
|
||||
.TP
|
||||
.B \-\-forward\-all\-clicks
|
||||
By default, right-click triggers BACK (or POWER on) and middle-click triggers HOME. This option disables these shortcuts and forward the clicks to the device instead.
|
||||
|
||||
.TP
|
||||
.B \-f, \-\-fullscreen
|
||||
Start in fullscreen.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue