Difference between revisions of "Application:getScaleMode"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns the automatic scale mode of the application.<br /> <br /> <source lang="lua"> (string...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(string), = Application:getScaleMode()
+
(string) = Application:getScaleMode()
 
</source>
 
</source>
 
'''Returns''' (string) The automatic scale mode of the application<br/>
 
'''Returns''' (string) The automatic scale mode of the application<br/>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2012.2.2

Description


Returns the automatic scale mode of the application.

(string) = Application:getScaleMode()

Returns (string) The automatic scale mode of the application