Difference between revisions of "Application:setLogicalDimensions"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
m (Text replacement - "<source" to "<syntaxhighlight")
 
Line 5: Line 5:
 
Sets the logical dimensions of the application.
 
Sets the logical dimensions of the application.
  
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
application:setLogicalDimensions(width,height)
 
application:setLogicalDimensions(width,height)
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 17: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