Difference between revisions of "Application:setFullScreen"

From GiderosMobile
m
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<languages />
 
<languages />
'''<translate>Available since</translate>:''' Gideros 2015.04.12<br/>
+
'''<translate>Available since</translate>:''' Gideros 2015.04.12
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]<br/>
+
<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]
 +
<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Enables full screen mode or windowed mode for desktop app</translate>
 
<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>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
'''fullscreen''': (bool) <translate>true for fullscreen, false for windowed mode</translate> <br/>
+
'''fullscreen''': (bool) <translate>true for fullscreen, false for windowed mode</translate>
 +
<br/>
 +
<br/>

Revision as of 01:54, 13 June 2019


Available since: Gideros 2015.04.12
Class: Application

Description

Enables full screen mode or windowed mode for desktop app

application:setFullScreen(fullscreen)

Parameters

fullscreen: (bool) true for fullscreen, false for windowed mode