Difference between revisions of "Application:getLogicalHeight"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the logical height of the application that is specified at the project properties.<br /...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number), = Application:getLogicalHeight()
+
(number) = Application:getLogicalHeight()
 
</source>
 
</source>
 
'''Returns''' (number) The logical height of the application<br/>
 
'''Returns''' (number) The logical height of the application<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2011.6

Description


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

(number) = Application:getLogicalHeight()

Returns (number) The logical height of the application