Mac OS X Lion: Detect if another application is running in full screen mode?
问题 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 mouseEntered events to order itself to the front. Problem is that when another app is in full screen mode and the user happens to move the mouse across the black area where my app's window is located, it is brought to the front (happens with multiple monitors). I've only seen the above behavior with [self setCollectionBehavior: