NSResponder seems to have no mouse double click event. Is there an easy way to catch a double click?

link|improve this question

77% accept rate
feedback

1 Answer

up vote 8 down vote accepted

The mouseDown: and mouseUp: methods take an NSEvent object as an argument with information about the clicks, including the clickCount.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.