Any one able to handle left down and left double click
mouse event at the same time. My left down handler
seems always get called, single or double click.
Thanks a Lot!
Fuming
···
__________________________________
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price. http://promo.yahoo.com/sbc/
in a double click you have the following events fired:
down
up
dclick
up
so the down handler will get called in a double click.
···
On Fri, 14 May 2004 06:39:34 -0700 (PDT), Fuming Wang <fumingw@yahoo.com> wrote:
Hi,
Any one able to handle left down and left double click
mouse event at the same time. My left down handler
seems always get called, single or double click.