[Bug 32913] Planetside 2: Mouse Jittering

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 14 13:24:26 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=32913

Patrick Rudolph <patrick1804 at web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |patrick1804 at web.de

--- Comment #13 from Patrick Rudolph <patrick1804 at web.de> ---
I've investigated into this issue. On Windows every relative mouse movement is
compared against the mouse threshold, more information here:
http://msdn.microsoft.com/en-us/library/ee500883.aspx
http://msdn.microsoft.com/en-us/library/aa227574%28v=vs.60%29.aspx

It looks like windows sends two / four mouse movements events, as soon as the
threshold limits are exceeded. On wine there's only one event, with much larger
values, resulting in the jumping.
I'm trying to patch user32 asap and provide a patch.

-- 
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.



More information about the wine-bugs mailing list