Difference between revisions of "Application:setLogicalDimensions"

From GiderosMobile
Line 8: Line 8:
 
  Application:setLogicalDimensions(width,height)
 
  Application:setLogicalDimensions(width,height)
 
</source>
 
</source>
'''width''': (number) logical width ''''''<br/>
+
=== Parameters ===
'''height''': (number) logical height ''''''<br/>
+
'''width''': (number) logical width <br/>
 +
'''height''': (number) logical height <br/>

Revision as of 11:46, 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