Difference between revisions of "Application:getScaleMode"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
Returns the automatic scale mode of the application.
 
Returns the automatic scale mode of the application.
  
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(string) = application:getScaleMode()
 
(string) = application:getScaleMode()
 
</source>
 
</source>

Revision as of 18:21, 12 July 2023

Available since: Gideros 2012.2.2
Class: Application

Description

Returns the automatic scale mode of the application.

<syntaxhighlight lang="lua"> (string) = application:getScaleMode() </source>

Return values

Returns (string) The automatic scale mode of the application