RE: Mouse Event Handling
RE: Mouse Event Handling
- Subject: RE: Mouse Event Handling
- From: "Jonathan E. Jackel" <email@hidden>
- Date: Thu, 17 Oct 2002 11:54:35 -0400
>
I need to somehow "know" not to act on the single click since it is the
>
first part of a double click.
How about:
if ([event clickCount] > 1)
{ //Do your thing
}
Jonathan
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.