Application:setLogicalDimensions

From GiderosMobile
Revision as of 17:42, 12 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source" to "</syntaxhighlight")

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