Re: comctl32: Move TrackMouse handling to MouseMove
16 May
2005
16 May
'05
12:42 p.m.
James Hawkins <truiken(a)gmail.com> writes:
This patch also fixes the WM_LBUTTONUP bug, and the new behavior with listview is even better. The logic behind this is that we only want to track the mouse by calling TrackMouse when the mouse moves.
What you really want is to only start tracking if it moves by more than a certain amount, which is what LISTVIEW_TrackMouse already tries to do in a very inefficient way. So you should probably move all the logic from LISTVIEW_TrackMouse to the MouseMove handler. -- Alexandre Julliard julliard(a)winehq.org
7518
Age (days ago)
7518
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard