Difference between revisions of "Application:setWindowSize"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2015.04.12<br/> | '''Available since:''' Gideros 2015.04.12<br/> | ||
=== Description === | === Description === | ||
− | Sets desktop window to a specific size | + | <translate>Sets desktop window to a specific size</translate> |
<source lang="lua"> | <source lang="lua"> | ||
Application:setWindowSize(width,height) | Application:setWindowSize(width,height) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''width''': (number) new width of the window <br/> | + | '''width''': (number) <translate>new width of the window</translate> <br/> |
− | '''height''': (number) new height of the window <br/> | + | '''height''': (number) <translate>new height of the window</translate> <br/> |
Revision as of 13:32, 23 August 2018
Available since: Gideros 2015.04.12
Description
Sets desktop window to a specific size
Application:setWindowSize(width,height)
Parameters
width: (number) new width of the window
height: (number) new height of the window