Difference between revisions of "Application:getLogicalWidth"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the logical width 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:getLogicalWidth()
+
(number) = Application:getLogicalWidth()
 
</source>
 
</source>
 
'''Returns''' (number) The logical width of the application<br/>
 
'''Returns''' (number) The logical width of the application<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2011.6

Description


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

(number) = Application:getLogicalWidth()

Returns (number) The logical width of the application