mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-12 01:14:28 +01:00
The device source (MOUSE or FINGER) to use depended on whether a
secondary click was possible via mouse bindings.
As a first step, always use a mouse source to break this dependency.
Note that this change might cause regressions in some (unknown) cases
(refs f70359f14f), but hopefully not.
Further commits will restore a finger source in some specific use cases,
but independent of secondary clicks.
Refs #5055 <https://github.com/Genymobile/scrcpy/issues/5055>
Fixes #5067 <https://github.com/Genymobile/scrcpy/issues/5067>
PR #5076 <https://github.com/Genymobile/scrcpy/pull/5076>