Difference between revisions of "Application:setFullScreen"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2015.04.12<br/> | '''Available since:''' Gideros 2015.04.12<br/> | ||
=== Description === | === Description === | ||
− | Enables full screen mode or windowed mode for desktop app | + | <translate>Enables full screen mode or windowed mode for desktop app</translate> |
<source lang="lua"> | <source lang="lua"> | ||
Application:setFullScreen(fullscreen) | Application:setFullScreen(fullscreen) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''fullscreen''': (bool) true for fullscreen, false for windowed mode <br/> | + | '''fullscreen''': (bool) <translate>true for fullscreen, false for windowed mode</translate> <br/> |
Revision as of 13:32, 23 August 2018
Available since: Gideros 2015.04.12
Description
Enables full screen mode or windowed mode for desktop app
Application:setFullScreen(fullscreen)
Parameters
fullscreen: (bool) true for fullscreen, false for windowed mode