6808288823
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 f70359f14fb13f277c65b96f43ec83aba4722457), 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>