[Bug 9333] WM_LBUTTONDOWN message is not generated reliably

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 6 18:54:54 CST 2008


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


Ben Klein <shacklein at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shacklein at gmail.com




--- Comment #8 from Ben Klein <shacklein at gmail.com>  2008-01-06 18:54:54 ---
What I think is going on here is that DragDetect is dropping the WM_LBUTTONDOWN
message from the queue before it gets sent to the application. MSDN seems to
indicate that DragDetect waits for WM_LBUTTONUP, mouse motion, ESC key press,
or moving outside a specific rectangle, and doesn't return until one of these
things happens. Wine's implementation uses PeekMessageW with the PM_REMOVE
flag, so the message queue is consumed.

http://msdn2.microsoft.com/en-us/library/ms646256(VS.85).aspx


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list