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