Application:getLogicalTranslateY

From GiderosMobile
Revision as of 18:07, 12 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source" to "</syntaxhighlight")

Available since: Gideros 2011.6
Class: Application

Description

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

<source lang="lua"> (number) = application:getLogicalTranslateY() </syntaxhighlight>

Return values

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