Re: Finding and NSView in a window

2009-09-16 Thread Jesper Storm Bache
the top most would be the content view. If you mean the inner-most view, then get the content view and then use [NSView hitTest] on that view (after you translate the coordinates to the coordinate space of the content view). Jesper On Sep 16, 2009, at 1:04 PM, David Alter wrote: > Is there

Finding and NSView in a window

2009-09-16 Thread David Alter
Is there and easy way to find the top most view for a given point in a Window? 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 a