Application:setWindowSize

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

Available since: Gideros 2015.04.12
Class: Application

Description

Sets desktop window to a specific size. <source lang="lua"> application:setWindowSize(width,height) </syntaxhighlight>

Parameters

width: (number) new width of the window
height: (number) new height of the window