Difference between revisions of "Application:getLogicalWidth"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
Returns the logical width of the application that is specified in 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>
 
</source>

Revision as of 17:52, 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.

<syntaxhighlight lang="lua"> (number) = application:getLogicalWidth() </source>

Return values

Returns (number) the logical width of the application