Difference between revisions of "Application:setWindowSize"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.12<br/> === Description === Sets desktop window to a specific size <source lang="lua"> = Application:setWindowSize(widthheight...") |
|||
Line 4: | Line 4: | ||
Sets desktop window to a specific size | Sets desktop window to a specific size | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Application:setWindowSize(width,height) | |
</source> | </source> | ||
− | '''width | + | '''width''': (number) new width of the window ''''''<br/> |
− | '''height | + | '''height''': (number) new height of the window ''''''<br/> |
Revision as of 10:16, 23 August 2018
Available since: Gideros 2015.04.12
Description
Sets desktop window to a specific size
Application:setWindowSize(width,height)
'width: (number) new width of the window '
'height: (number) new height of the window '