commit | cbf820abb030cd8b5bc0bad51b59bddb322647b3 | [log] [tgz] |
---|---|---|
author | Dylan Smith <dylan.ah.smith@gmail.com> | Thu Mar 12 01:35:33 2009 -0400 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Mar 12 13:09:54 2009 +0100 |
tree | e88b51fc9e63f47a70da06bbb3103f8ec87934dc | |
parent | cb133a12d0a5c76d56efc653fd622f5e063da59a [diff] |
winhlp32: Links are clicked on WM_LBUTTONDOWN not WM_LBUTTONUP. This behaviour was tested against native winhlp32 by pressing down the left mouse button and holding it while over the link to avoid having WM_LBUTTONUP sent. I noticed that the action for clicking the link happened right away, without waiting for me to release the mouse button.