Difference between revisions of "Application:getLogicalTranslateX"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[Application]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Returns the translation of automatic screen scaling on the x-axis.
Returns the translation of automatic screen scaling on the x-axis.<br />
+
 
<br />
+
<syntaxhighlight lang="lua">
<source lang="lua">
+
(number) = application:getLogicalTranslateX()
(number) = Application:getLogicalTranslateX()
+
</syntaxhighlight>
</source>
+
 
 
=== Return values ===
 
=== Return values ===
'''Returns''' (number) The translation of automatic screen scaling on the x-axis.<br/>
+
'''Returns''' (number) the translation of automatic screen scaling on the x-axis
 +
 
 +
{{Application}}

Latest revision as of 18:01, 12 July 2023

Available since: Gideros 2011.6
Class: Application

Description

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

(number) = application:getLogicalTranslateX()

Return values

Returns (number) the translation of automatic screen scaling on the x-axis