Difference between revisions of "Screen:setSize"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''<translate>Available since</translate>:''' Gideros 2017.8<br/>
 
'''<translate>Available since</translate>:''' Gideros 2017.8<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/Screen|Screen]]<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Attempts to fix the size of this screen or window, if allowed by the platform.</translate>
 
<translate>Attempts to fix the size of this screen or window, if allowed by the platform.</translate>

Revision as of 10:27, 24 August 2018

Available since: Gideros 2017.8
Class: Screen

Description

Attempts to fix the size of this screen or window, if allowed by the platform.

 Screen:setSize(w,h)

Parameters

w: (number) The new width
h: (number) The new height