Difference between revisions of "Application:setWindowSize"

From GiderosMobile
Line 6: Line 6:
 
  Application:setWindowSize(width,height)
 
  Application:setWindowSize(width,height)
 
</source>
 
</source>
'''width''': (number) new width of the window ''''''<br/>
+
=== Parameters ===
'''height''': (number) new height of the window ''''''<br/>
+
'''width''': (number) new width of the window <br/>
 +
'''height''': (number) new height of the window <br/>

Revision as of 11:40, 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