Difference between revisions of "Application:setLogicalDimensions"

From GiderosMobile
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2012.2.2<br/>
 
'''Available since:''' Gideros 2012.2.2<br/>
 +
'''Class:''' [[Application]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Sets the logical dimensions of the application.
Sets the logical dimensions of the application.<br />
+
 
<br />
 
 
<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) logical width <br/>
 
'''height''': (number) logical height <br/>
 
'''height''': (number) logical height <br/>
 +
 +
{{Application}}

Revision as of 00:49, 3 December 2019

Available since: Gideros 2012.2.2
Class: Application

Description

Sets the logical dimensions of the application.

application:setLogicalDimensions(width,height)

Parameters

width: (number) logical width
height: (number) logical height