mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
This follows the same principle used for mouse move events, but we have to update the event parameters since we receive the delta from the previous event. Testing: Load https://docs.rs/iced-x86/1.21.0/iced_x86/code_asm/struct.CodeAssembler.html and try to scroll with the trackpad with and without this patch. Fixes: Partial fix for https://github.com/servo/servo/discussions/43062 --------- Signed-off-by: webbeef <me@webbeef.org>