https://bugs.winehq.org/show_bug.cgi?id=50449
--- Comment #3 from g0re g0re@null.net ---
Also as you seem to be able to reproduce the bug with various wine versions, maybe run git bisect to track down the exact regressing commit? See https://wiki.winehq.org/Regression_Testing
git bisect good Bisecting: 2 revisions left to test after this (roughly 1 step) [447bce4117a58910690a0d2610ebcbdd49ae9127] dinput8: Stop using LL hooks for mouse devices.
git bisect bad Bisecting: 0 revisions left to test after this (roughly 0 steps) [81d1c79dcda0eea8fd35b2dcc6dfa3c3a17e2393] dinput8: Use rawinput interface for mouse device
git bisect bad 81d1c79dcda0eea8fd35b2dcc6dfa3c3a17e2393 is the first bad commit commit 81d1c79dcda0eea8fd35b2dcc6dfa3c3a17e2393 Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Aug 10 11:04:16 2020 +0200
dinput8: Use rawinput interface for mouse device.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
:040000 040000 14fb08d1460573c613cf2ce3ea0eac2b31267f80 aa12b6a1cda0e465e98ab2d31cd320efd5c2d82a M dlls
Funny hours testing... I didn't know about git bisect... very handy