Difference between revisions of "Application:setLogicalDimensions"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.2.2<br/> | '''Available since:''' Gideros 2012.2.2<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Sets the logical dimensions of the application.<br /> | Sets the logical dimensions of the application.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
Application:setLogicalDimensions(width,height) | Application:setLogicalDimensions(width,height) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''width''': (number) logical width <br/> | + | '''width''': (number) <translate>logical width</translate> <br/> |
− | '''height''': (number) logical height <br/> | + | '''height''': (number) <translate>logical height</translate> <br/> |
Revision as of 13:34, 23 August 2018
Available since: Gideros 2012.2.2
Description
Sets the logical dimensions of the application.
Application:setLogicalDimensions(width,height)
Parameters
width: (number) logical width
height: (number) logical height