https://bugs.winehq.org/show_bug.cgi?id=42631
Eric Culp eculperic@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eculperic@gmail.com
--- Comment #23 from Eric Culp eculperic@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.