mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Over HID, only integral scroll values can be sent. When SDL precise scrolling is active, scroll events may include fractional values (e.g., 0.05), which are truncated to 0 in the HID event. To fix the problem, use the integral scroll value reported by SDL, which internally accumulates fractional deltas. Fixes #6156 <https://github.com/Genymobile/scrcpy/issues/6156> PR #6172 <https://github.com/Genymobile/scrcpy/pull/6172> |
||
|---|---|---|
| .. | ||
| aoa_hid.c | ||
| aoa_hid.h | ||
| gamepad_aoa.c | ||
| gamepad_aoa.h | ||
| keyboard_aoa.c | ||
| keyboard_aoa.h | ||
| mouse_aoa.c | ||
| mouse_aoa.h | ||
| scrcpy_otg.c | ||
| scrcpy_otg.h | ||
| screen_otg.c | ||
| screen_otg.h | ||
| usb.c | ||
| usb.h | ||