Application:getLogicalHeight

From GiderosMobile
Revision as of 17:38, 12 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source" to "</syntaxhighlight")

Available since: Gideros 2011.6
Class: Application

Description

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

<source lang="lua"> (number) = application:getLogicalHeight() </syntaxhighlight>

Return values

Returns (number) the logical height of the application