Difference between revisions of "Application:setLogicalDimensions"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(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 />
+
<syntaxhighlight lang="lua">
<source lang="lua">
+
application:setLogicalDimensions(width,height)
Application:setLogicalDimensions(width,height)
+
</syntaxhighlight>
</source>
+
 
 
=== Parameters ===
 
=== Parameters ===
 
'''width''': (number) logical width <br/>
 
'''width''': (number) logical width <br/>
 
'''height''': (number) logical height <br/>
 
'''height''': (number) logical height <br/>
 +
 +
{{Application}}

Latest revision as of 16:56, 12 July 2023

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