Difference between revisions of "Application:getLogicalTranslateY"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
m (Text replacement - "<source" to "<syntaxhighlight")
 
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()
 
</syntaxhighlight>
 
</syntaxhighlight>

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.