Difference between revisions of "Application:getLogicalScaleY"

From GiderosMobile
(----)
m (Text replacement - "</source" to "</syntaxhighlight")
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
Returns the scaling of automatic screen scaling on the y-axis.
 
Returns the scaling of automatic screen scaling on the y-axis.
  
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = application:getLogicalScaleY()
 
(number) = application:getLogicalScaleY()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
 
'''Returns''' (number) The scaling of automatic screen scaling on the y-axis.
 
'''Returns''' (number) The scaling of automatic screen scaling on the y-axis.
  
----
+
{{Application}}
{{Special:PrefixIndex/Application}}
 
<br/>
 
 
 
{{Special:PrefixIndex/Event.APPLICATION}}
 

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.