I'm a little confused on the mouse tracking. I have a view and I want
to track when the mouse enters and exits it. If I set
setAcceptsMouseMovedEvents to true for my window, (void)mouseMoved:
(NSEvent *)theEvent will get called. But, - (void)mouseEntered:
(NSEvent *)theEvent and - (void)mouseExited:(NSEvent *)theEvent will
not. Am I correct in my understanding that I need to create a
NSTrackingArea for these events to get called?
thanks for the help
Dave
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]