Difference between revisions of "Application:setLogicalDimensions"

From GiderosMobile
(4 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 ===
<translate><br />
+
Sets the logical dimensions of the application.
Sets the logical dimensions of the application.<br />
+
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
Application:setLogicalDimensions(width,height)
+
application:setLogicalDimensions(width,height)
 
</source>
 
</source>
 +
 
=== Parameters ===
 
=== Parameters ===
'''width''': (number) <translate>logical width</translate> <br/>
+
'''width''': (number) logical width <br/>
'''height''': (number) <translate>logical height</translate> <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