Re: Mouse tracking NSTableView
Re: Mouse tracking NSTableView
- Subject: Re: Mouse tracking NSTableView
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 14 Feb 2004 10:50:48 -0800
On Feb 14, 2004, at 9:28 AM, Herr Witten wrote:
I need to track the mouse in an NSTableView so that I can record the
first point at which a drag starts and every other point to which
mouse is moved. I figured that I could use the mouseDown: and
mouseDragged: methods, but they are not even called on the
NSTableView. Then I implemented them in an NSScrollView, but they
weren't called either. How do I go about intercepting mouse events in
these classes?
It's not clear where you need this information -- are you able to get
it from NSDraggingSource?
draggedImage:beganAt:
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.