If I set up an NSTrackingArea in my view as so:

NSTrackingArea*                 trackingArea = [[NSTrackingArea alloc] 
initWithRect:box options:(NSTrackingInVisibleRect | NSTrackingMouseMoved | 
NSTrackingMouseEnteredAndExited | NSTrackingActiveInKeyWindow) owner:self 
userInfo:nil];

Shouldn't I get a mouseExited message when I switch windows via command-` if 
the mouse is still within my tracking area? If not, what do I have to do to be 
notified when the window the view is no longer the active window?

--
Steve Mills
office: 952-818-3871
home: 952-401-6255
cell: 612-803-6157



_______________________________________________

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to