开发者

NSView overlay passes mouse events to underlying subviews?

开发者 https://www.devze.com 2023-01-12 11:02 出处:网络
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 disab

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消