Difference between revisions of "Application:getLogicalWidth"

From GiderosMobile
m
m (Text replacement - "</source" to "</syntaxhighlight")
 
(4 intermediate revisions by 2 users not shown)
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]]
+
Returns the logical width of the application that is specified in the project properties.
<br/>
+
 
=== <translate>Description</translate> ===
+
<syntaxhighlight lang="lua">
<translate>
 
Returns the logical width of the application that is specified at the project properties.
 
</translate>
 
<source lang="lua">
 
 
(number) = application:getLogicalWidth()
 
(number) = application:getLogicalWidth()
</source>
+
</syntaxhighlight>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (number) <translate>The logical width of the application</translate>
+
=== Return values ===
<br/>
+
'''Returns''' (number) the logical width of the application
<br/>
+
 
 +
{{Application}}

Latest revision as of 18:00, 12 July 2023

Available since: Gideros 2011.6
Class: Application

Description

Returns the logical width of the application that is specified in the project properties.

(number) = application:getLogicalWidth()

Return values

Returns (number) the logical width of the application