http://bugs.winehq.org/show_bug.cgi?id=34114
Bug #: 34114 Summary: [PATCH] Ignore MotionNotify when XI2 is handling mouse motion Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: sgtcapslock@lavabit.com Classification: Unclassified
Created attachment 45360 --> http://bugs.winehq.org/attachment.cgi?id=45360 Ignore MotionNotify events when XI2 is enabled
When XInput2 takes over the mouse, regular MotionNotify events continue to be handled alongside it. This causes the cursor to erratically skip around when the slower method (X11 input) tries to reposition the cursor while XInput2 is already handling future events.