NSView overlay passes mouse events to underlying subviews?
I have a loading overlay which is supposed to block all the AppKit Controls off untill loading is done. However the view seems to be passing all the mouse events to the underlying layers. How to disable that?开发者_JS百科
I suggest using a child window instead.
精彩评论