Difference between revisions of "Application:getLogicalHeight"

From GiderosMobile
m
Line 3: Line 3:
  
 
=== Description ===
 
=== Description ===
Returns the logical height of the application that is specified at the project properties.
+
Returns the logical height of the application that is specified in the project properties.
  
 
<source lang="lua">
 
<source lang="lua">
Line 10: Line 10:
  
 
=== Return values ===
 
=== Return values ===
'''Returns''' (number) The logical height of the application
+
'''Returns''' (number) the logical height of the application
  
 
{{Application}}
 
{{Application}}

Revision as of 00:09, 1 October 2022

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