Mac OS X Lion: Detect if another application is running in full screen mode?

后端 未结 4 1972
暗喜
暗喜 2021-01-01 16:09

In a Cocoa app, is there a way to tell if another application currently is in full screen mode?

My application is configured to show up on all Spaces and listens for

4条回答
  •  既然无缘
    2021-01-01 16:33

    The above mentioned methods of registering for

    "NSWindowWillEnterFullScreenNotification"

    does not work, they can be used to notify your own app, using them we cannot detect whether any other application is in full screen mode or not.

    However After trying out so many options found out FullScreen detector app at github this usefull link ..:):)

    https://github.com/shinypb/FullScreenDetector.git

提交回复
热议问题