On Sat, Apr 25, 2009 at 6:54 PM, Facundo Batista <[email protected]> wrote: > > Hi! Why doesn't cocos have a window when in fullscreen mode? > > Do the following: > > 1. open a cocos program > 2. do ctrl-f (so you go to fullscreen) > 3. do alt-tab (so you change the application) > 4. try to go back > > The keyboard focus is in other apps, so ctrl-f does not work any more, > and as the cocos program does not have a window, you can not alt-tab > back to it. > > Or I'm doing something wrong? >
On alt-tab you should get on deactivate or some similar event, there you should be able to de maximize the window. maybe this should be the default behavior. Lucio. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cocos2d discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cocos-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
