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...")
 
(7 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(widthheight,)
+
application:setLogicalDimensions(width,height)
 
</source>
 
</source>
'''width:''' (number) logical width ''''''<br/>
+
 
'''height:''' (number) logical height ''''''<br/>
+
=== Parameters ===
 +
'''width''': (number) logical width <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