http://bugs.winehq.org/show_bug.cgi?id=55158 Béla Gyebrószki <gyebro69@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com --- Comment #6 from Béla Gyebrószki <gyebro69@gmail.com> --- (In reply to Shlykov Andrey (Шлыков Андрей) from comment #2)
After additional tests I can describe reaction to mouse moving. First person view moving only when mouse moving - it's ok. But direction of view moving does not match current direction of mouse moving. It match to mouse moving direction which was some time ago. If v(t) - direction of view moving at time moment t (assuming that time passes only when the mouse moves), m(t) - direction of mouse moving, so this error can be described by formula:
v(t) = m(t/2)
But it must be:
v(t) = m(t)
I don't know if I managed to reproduce the same bug because it only occurred for me when I was using a virtual desktop, but it has been fixed in Wine-10.6 by commit 6b04bdf25796c9c76815588bf7bdc36ff44b9e13. -- 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.