Difference between revisions of "Application:getLogicalHeight"

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

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

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

Return values

Returns (number) the logical height of the application