Difference between revisions of "Application:getLogicalHeight"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
m (Text replacement - "<source" to "<syntaxhighlight")
 
Line 5: Line 5:
 
Returns the logical height of the application that is specified in the project properties.
 
Returns the logical height of the application that is specified in the project properties.
  
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = application:getLogicalHeight()
 
(number) = application:getLogicalHeight()
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 17:58, 12 July 2023

Available since: Gideros 2011.6
Class: Application

Description

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

(number) = application:getLogicalHeight()

Return values

Returns (number) the logical height of the application