Application:getLogicalScaleY

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

Available since: Gideros 2011.6
Class: Application

Description

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

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

Return values

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