scrcpy/app
Romain Vimont 6baea57987 Track mouse buttons state manually
The buttons state was tracked by SDL_GetMouseState(), and scrcpy applied
a mask to ignore buttons used for shortcuts.

Instead, track the buttons actually pressed (ignoring shortcuts)
manually, to prepare the introduction of more dynamic mouse shortcuts.

PR #5076 <https://github.com/Genymobile/scrcpy/pull/5076>
2024-07-11 12:04:09 +02:00
..
data Forward mouse hover events 2024-06-29 12:42:19 +02:00
deps Upgrade platform-tools (35.0.0) for Windows 2024-06-29 13:10:45 +02:00
src Track mouse buttons state manually 2024-07-11 12:04:09 +02:00
tests Simplify shortcut modifiers 2024-06-23 19:15:45 +02:00
meson.build Add UHID mouse support 2024-03-01 00:52:13 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 2.5 2024-06-29 16:52:45 +02:00
scrcpy.1 Forward mouse hover events 2024-06-29 12:42:19 +02:00