Difference between revisions of "Application:getLogicalHeight"
From GiderosMobile
Line 8: | Line 8: | ||
(number) = Application:getLogicalHeight() | (number) = Application:getLogicalHeight() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (number) The logical height of the application<br/> | '''Returns''' (number) The logical height of the application<br/> |
Revision as of 10:44, 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