Hi, I have a transparent overlay NSWindow the size if the screen and it contains a mostly transparent NSView. I'd like to accept clicks which occur on non-transparent regions of the view but let clicks that occur over transparent regions activate the app underneath. If I draw the view using drawRect: then this works well.
However I'd also like to use Core Animation in my view. If I setWantsLayer:YES and draw using CALayers then clicks over transparent regions no longer get passed to apps underneath my window. Is it possible to have my cake and eat it too? Rowan _______________________________________________ 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 arch...@mail-archive.com