Difference between revisions of "Application:getLogicalTranslateX"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the translation of automatic screen scaling on the x-axis.<br /> <br /> <source lang="l...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number), = Application:getLogicalTranslateX()
+
(number) = Application:getLogicalTranslateX()
 
</source>
 
</source>
 
'''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.<br/>

Revision as of 10:17, 23 August 2018

Available since: Gideros 2011.6

Description


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

(number) = Application:getLogicalTranslateX()

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