Difference between revisions of "Application:getLogicalScaleX"

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

Revision as of 16:13, 2 December 2019

Available since: Gideros 2011.6
Class: Application

Description

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

(number) = application:getLogicalScaleX()

Return values

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