https://bugs.winehq.org/show_bug.cgi?id=42631 Eric Culp <eculperic(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eculperic(a)gmail.com --- Comment #23 from Eric Culp <eculperic(a)gmail.com> --- Created attachment 58414 --> https://bugs.winehq.org/attachment.cgi?id=58414 Patch to fix mouse drift I'm not sure why this happens, but there is a (1, 1) pixel diff even when the mouse doesn't move. I made a patch that just subtracts (1, 1) from the mouse coords in dinput.dll. This fixed the issue in the game I experienced the bug in, but I don't know if it introduces bugs elsewhere. Presumably there is a bug elsewhere that is introducing this (1, 1) diff. -- 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.