Difference between revisions of "Application:getLogicalTranslateY"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
Returns the translation of automatic screen scaling on the y-axis.
 
Returns the translation of automatic screen scaling on the y-axis.
  
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = application:getLogicalTranslateY()
 
(number) = application:getLogicalTranslateY()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest 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.

(number) = application:getLogicalTranslateY()

Return values

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