开发者

NSEvent or NSNotification when window becomes active

开发者 https://www.devze.com 2023-01-25 10:44 出处:网络
In Mac OS X, is there a method to o开发者_C百科verride that runs every time a window gains focus?Yes. NSWindowDidBecomeKeyNotification and NSWindowDidBecomeMainNotification, depending on your intent.

In Mac OS X, is there a method to o开发者_C百科verride that runs every time a window gains focus?


Yes. NSWindowDidBecomeKeyNotification and NSWindowDidBecomeMainNotification, depending on your intent.

0

精彩评论

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