scrcpy/app/src/hid
Romain Vimont 750bb1a61b Handle mouse integer scrolling locally
Do not rely on SDL to expose integer scroll values, as they are not
available in all versions.

It was reimplemented in SDL 3.2.12 by this commit:
<0447c2f3c3>

Refs #6156 <https://github.com/Genymobile/scrcpy/issues/6156>
2025-12-09 20:26:21 +01:00
..
hid_event.h Cleanup includes 2024-12-23 12:19:47 +01:00
hid_gamepad.c Cleanup includes 2024-12-23 12:19:47 +01:00
hid_gamepad.h Cleanup includes 2024-12-23 12:19:47 +01:00
hid_keyboard.c Cleanup includes 2024-12-23 12:19:47 +01:00
hid_keyboard.h Cleanup includes 2024-12-23 12:19:47 +01:00
hid_mouse.c Handle mouse integer scrolling locally 2025-12-09 20:26:21 +01:00
hid_mouse.h Handle mouse integer scrolling locally 2025-12-09 20:26:21 +01:00