Difference between revisions of "Application:getLogicalHeight"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Returns the logical height of the application that is specified at the project properties.<br /> | Returns the logical height of the application that is specified at the project properties.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
(number) = Application:getLogicalHeight() | (number) = Application:getLogicalHeight() | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (number) The logical height of the application<br/> | + | '''Returns''' (number) <translate>The logical height of the application</translate><br/> |
Revision as of 13:33, 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()
Return values
Returns (number) The logical height of the application