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
Romain Vimont 65bdc3859d Forward all clicks by default for UHID and AOA
In relative mouse modes (when the cursor appears on the device), it
makes more sense to forward all clicks (disable HOME/BACK shortcuts on
secondary clicks).

Transform the boolean option --forward-all-clicks into a 3-state option:
 - --forward-all-clicks=true or --forward-all-clicks: enable
 - --forward-all-clicks=false: disable
 - --forward-all-clicks=auto (default): enable only for UHID and AOA

That way, by default, all clicks are forwarded with `scrcpy -M`.

Refs <https://github.com/Genymobile/scrcpy/issues/4727#issuecomment-2069869750>
4 weeks ago
..
data Reassign -K and -M to UHID keyboard and mouse 3 months ago
deps Use source repo tarball for libusb 2 months ago
src Forward all clicks by default for UHID and AOA 4 weeks ago
tests Add shortcut to open keyboard settings 3 months ago
meson.build Add UHID mouse support 3 months ago
scrcpy-windows.manifest Set DPI awareness for Windows 2 years ago
scrcpy-windows.rc Bump version to 2.4 3 months ago
scrcpy.1 Forward all clicks by default for UHID and AOA 4 weeks ago