Re: Full screen borderless window
Re: Full screen borderless window
- Subject: Re: Full screen borderless window
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 3 Apr 2004 22:24:36 +0100
On 2 Apr 2004, at 19:29, Jirka Jirout wrote:
He'll also have to enter "full screen mode" or hide the menu bar at
least.
Yes, I have forgotten that. To hide menu, simply do [NSMenu
setMenuBarVisible:NO]. For me, this also hides the dock, although that
behaviour is not mentioned in the documentation.
More detailed info can be found here:
http://developer.apple.com/technotes/tn2002/tn2062.html
If you wish to ensure that no applications show windows in front of
yours you can capture the display as yours and yours only (often used
in games) using the CoreGraphics API (CGDisplayCapture,
CGShieldingWindowLevel, etc).
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.