- Home /
Minimizing a Mac Fullscreen app
Hi,
I have a Mac application that runs in full screen mode. I would like to have a button that the user can click to minimize the app and bring up a web browser.
Am I right in thinking that there is no way of minimizing the app when it is running in fullscreen either by code or pressing command-m? Why is this?
Answer by jonas-echterhoff · Aug 17, 2011 at 07:42 PM
If by "minimize" you mean to minimize the window so that it only shows zoomed down into the dock, you cannot do that programmatically in Unity without writing a C/Objective-C plug in to do it. If you just want to get out of fullscreen, you can just call Screen.fullScreen = false;
Your answer
Follow this Question
Related Questions
Minimize MacOSX fullscreen and open URL 1 Answer
Default mac-fullscreen command 0 Answers
Fast app switching from fullscreen mode in OS X 3 Answers
Issues with Input.inputString 2 Answers
app fullscreen on Mac is black -1 Answers