http://bugs.winehq.org/show_bug.cgi?id=11729
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|Other |PC-x86-64
--- Comment #11 from Vitaliy Margolen vitaliy@kievinfo.com 2009-02-01 14:29:40 --- Patch sent: http://www.winehq.org/pipermail/wine-patches/2009-February/068742.html
The problem is - Wine lets mouse & keyboard events pass to message loops in exclusive mode. That meant that game processed the same event 2 times - once from dinput second from message loop (WM_LBUTTONDOWN & WM_LBUTTONUP).