Difference between revisions of "Application:getLogicalTranslateY"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Returns the translation of automatic screen scaling on the y-axis.<br /> | Returns the translation of automatic screen scaling on the y-axis.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
(number) = Application:getLogicalTranslateY() | (number) = Application:getLogicalTranslateY() | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (number) The translation of automatic screen scaling on the y-axis.<br/> | + | '''Returns''' (number) <translate>The translation of automatic screen scaling on the y-axis.</translate><br/> |
Revision as of 13:33, 23 August 2018
Available since: Gideros 2011.6
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.