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

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -