NSResponder seems to have no mouse double click event. Is there an easy way to catch a double click?
+3
A:
The mouseDown:
and mouseUp:
methods take an NSEvent property as an argument with information about the clicks, including the clickCount
.
Chuck
2010-02-02 00:34:04