Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
109.66k stars 10.54k forks source link

add trackpad pinch #2883

Open rdp opened 2 years ago

rdp commented 2 years ago

Is your feature request related to a problem? Please describe. I'm always frustrated when I try to "pinch" on my trackpad, and it does nothing on the android screen.

Describe the solution you'd like I want to be able to pinch on the macbook trackpad, and it respect that on the device.

Describe alternatives you've considered

ctrl+mouse works, but requires using the keyboard...

rom1v commented 2 years ago

Probably requires to use SDL_MultiGestureEvent.

I never used pinch-to-zoom on my touchpad (in fact I never use a touchpad), and apparently it does nothing special on my laptop, so I could not test.