Difference between revisions of "Application:getScaleMode"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(One intermediate revision by the same user not shown)
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>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest revision as of 18:22, 12 July 2023

Available since: Gideros 2012.2.2
Class: Application

Description

Returns the automatic scale mode of the application.

(string) = application:getScaleMode()

Return values

Returns (string) The automatic scale mode of the application