Difference between revisions of "Application:getLogicalTranslateX"

From GiderosMobile
m
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<languages />
 
<languages />
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''<translate>Available since</translate>:''' Gideros 2011.6
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]<br/>
+
<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]
 +
<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
<translate><br />
+
<translate>
Returns the translation of automatic screen scaling on the x-axis.<br />
+
Returns the translation of automatic screen scaling on the x-axis.
<br /></translate>
+
</translate>
 
<source lang="lua">
 
<source lang="lua">
(number) = Application:getLogicalTranslateX()
+
(number) = application:getLogicalTranslateX()
 
</source>
 
</source>
 
=== <translate>Return values</translate> ===
 
=== <translate>Return values</translate> ===
'''<translate>Returns</translate>''' (number) <translate>The translation of automatic screen scaling on the x-axis.</translate><br/>
+
'''<translate>Returns</translate>''' (number) <translate>The translation of automatic screen scaling on the x-axis.</translate>
 +
<br/>
 +
<br/>

Revision as of 00:46, 13 June 2019


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.