Difference between revisions of "Application:setFullScreen"
From GiderosMobile
|  (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.12<br/> === Description === Enables full screen mode or windowed mode for desktop app <source lang="lua"> = Application:setFul...") | |||
| Line 4: | Line 4: | ||
| Enables full screen mode or windowed mode for desktop app | Enables full screen mode or windowed mode for desktop app | ||
| <source lang="lua"> | <source lang="lua"> | ||
| − | + |  Application:setFullScreen(fullscreen) | |
| </source> | </source> | ||
| − | '''fullscreen | + | '''fullscreen''': (bool) true for fullscreen, false for windowed mode ''''''<br/> | 
Revision as of 10:16, 23 August 2018
Available since: Gideros 2015.04.12
Description
Enables full screen mode or windowed mode for desktop app
 Application:setFullScreen(fullscreen)
'fullscreen: (bool) true for fullscreen, false for windowed mode '
