Catching double click in Cocoa OSX -
NSResponder does not have a mouse double click event. Is there an easy way to double click?
mouseDown:
and mouseUp:
methods < Take an NSEvent object as an argument with information about the Code> clickcount
Comments
Post a Comment