Difference between revisions of "Application:setLogicalDimensions"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
Line 7: Line 7:
 
<source lang="lua">
 
<source lang="lua">
 
application:setLogicalDimensions(width,height)
 
application:setLogicalDimensions(width,height)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Revision as of 17:42, 12 July 2023

Available since: Gideros 2012.2.2
Class: Application

Description

Sets the logical dimensions of the application.

<source lang="lua"> application:setLogicalDimensions(width,height) </syntaxhighlight>

Parameters

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