Difference between revisions of "Application:getLogicalTranslateY"

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

Revision as of 18:07, 12 July 2023

Available since: Gideros 2011.6
Class: Application

Description

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

<source lang="lua"> (number) = application:getLogicalTranslateY() </syntaxhighlight>

Return values

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