Difference between revisions of "Application:getLogicalWidth"

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