Mouse tracking NSTableView
Mouse tracking NSTableView
- Subject: Mouse tracking NSTableView
- From: Herr Witten <email@hidden>
- Date: Sat, 14 Feb 2004 12:28:00 -0500
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? Thanks.
_______________________________________________
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.