Mousedown for double click event.

2010-06-21 Thread Nikhil Khandelwal
Hi, In my application I have -(void)mouseDown: (NSEvent*)theEvent method implemented. When I double click on my view it calls the mouseDown event for two times with 1 and 2 click count respectively. So it gives a single click and a double click instead of, I just double clicked on my view. I

Re: Mousedown for double click event.

2010-06-21 Thread Graham Cox
On 22/06/2010, at 12:34 AM, Nikhil Khandelwal wrote: In my application I have -(void)mouseDown: (NSEvent*)theEvent method implemented. When I double click on my view it calls the mouseDown event for two times with 1 and 2 click count respectively. So it gives a single click and a double