Difference between revisions of "Application:getLogicalWidth"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source" to "</syntaxhighlight")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(number) = application:getLogicalWidth()
 
(number) = application:getLogicalWidth()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

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