Application:getLogicalWidth

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

Available since: Gideros 2011.6
Class: Application

Description

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

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

Return values

Returns (number) the logical width of the application