Re: SS_NOTIFY and mouse clicks
- Posted by Derek Parnell <ddparnell at bigpond.com> Nov 08, 2004
- 445 views
Tommy Carlier wrote: > > Derek Parnell wrote: > > What's an "unclick" event? A click event is a combination of Mousedown > > followed by MouseUp, within the double-click period, and within a few > > pixels of each other. > > Why does it have to be within the double-click period? If I press down > the mouse button, I wait a second, and release the button without moving > the mouse, shouldn't that count as a click? Maybe. On things like buttons and menus, things that have a specific Microsoft generated click event, the time delay is not significant. But on things like bitmaps, windows, labels etc... it might be. To me the 'concept' of a click is a short-sharp action (relatively speaking) which is different from a mouse up/down event. THat's why I choose to implement it this way. > Certain people have heavy fingers, and when they press down a mouse button, > it's physically tough to lift their heavy finger to release the button. > > I think it is important to make your applications accessible, also for > people with heavy fingers. Such people already tend to have set their double-click period to a reasonable length for themselves. However, I can easily set up Win32lib so that the coder has a choice over this aspect of a click event. It'll be in the next version for you. -- Derek Parnell Melbourne, Australia