James Walker wrote:
The documentation on -[NSView
dragImage:at:offset:event:pasteboard:source:slideBack:] says that you
can invoke it either in mouseDown or mouseDragged. It makes more sense
to me to call it from mouseDragged, since in most cases mouseDown will
just indicate a click. However
The documentation on -[NSView
dragImage:at:offset:event:pasteboard:source:slideBack:] says that you
can invoke it either in mouseDown or mouseDragged. It makes more sense
to me to call it from mouseDragged, since in most cases mouseDown will
just indicate a click. However, if I start the drag