http://bugs.winehq.org/show_bug.cgi?id=59975 Rémi Bernon <rbernon@codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com --- Comment #1 from Rémi Bernon <rbernon@codeweavers.com> --- Thanks for the report, I can indeed reproduce the issue. The regression comes from the new accumulation which now also accumulates motion when mouse motion switches from absolute to relative. This happens when winex11 uses cursor clipping, in which case we receive both a constant absolute position. The absolute position is constrained by the cursor clipping and it cancels out the relative motion, causing no more rawinput messages to be generated from it. It may be possible to fix the regression by flushing the accumulated motion when switching from relative to absolute but it also would be more properly solved by https://gitlab.winehq.org/wine/wine/-/merge_requests/11329, which allows us to send rawinput data separately from the actual cursor position. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.