Difference between revisions of "Application:getLogicalHeight"

From GiderosMobile
m
m (Text replacement - "<source" to "<syntaxhighlight")
 
(One intermediate revision by the same user not shown)
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()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

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