Difference between revisions of "Application:getLogicalScaleY"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the scaling of automatic screen scaling on the y-axis.<br /> <br /> <source lang="lua">...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number), = Application:getLogicalScaleY()
+
(number) = Application:getLogicalScaleY()
 
</source>
 
</source>
 
'''Returns''' (number) The scaling of automatic screen scaling on the y-axis.<br/>
 
'''Returns''' (number) The scaling of automatic screen scaling on the y-axis.<br/>

Revision as of 11:11, 23 August 2018

Available since: Gideros 2011.6

Description


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

(number) = Application:getLogicalScaleY()

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