开发者

Responding to "Hide Others" Mac OS X

开发者 https://www.devze.com 2023-03-12 09:53 出处:网络
I am looking for a notification or callback that is similar to NSWorkspaceDidHideApplicationNotification for when a user chooses \"Hide Others\" in any running application.I was wondering if anyone kn

I am looking for a notification or callback that is similar to NSWorkspaceDidHideApplicationNotification for when a user chooses "Hide Others" in any running application. I was wondering if anyone knows of an api or has some advice in detecting the "Hide Others" action in any appli开发者_Go百科cation.


Your app delegate gets applicationWillHide: and applicationDidHide: whenever your application hides, no matter what caused it.

0

精彩评论

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