Difference between revisions of "Application:setLogicalDimensions"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Sets the logical dimensions of the application.<br /> <br /> <source lang="lua"> = Applicatio...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Application:setLogicalDimensions(width,height) | |
</source> | </source> | ||
− | '''width | + | '''width''': (number) logical width ''''''<br/> |
− | '''height | + | '''height''': (number) logical height ''''''<br/> |
Revision as of 10:21, 23 August 2018
Available since: Gideros 2012.2.2
Description
Sets the logical dimensions of the application.
Application:setLogicalDimensions(width,height)
'width: (number) logical width '
'height: (number) logical height '