Difference between revisions of "Application:getLogicalScaleY"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source" to "</syntaxhighlight")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(number) = application:getLogicalScaleY()
 
(number) = application:getLogicalScaleY()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest revision as of 18:03, 12 July 2023

Available since: Gideros 2011.6
Class: Application

Description

Returns the scaling of automatic screen scaling on the y-axis.

(number) = application:getLogicalScaleY()

Return values

Returns (number) The scaling of automatic screen scaling on the y-axis.