Screen:setSize

From GiderosMobile
Revision as of 11:03, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Attempts to fix the size of this screen or window, if allowed by the platform. <source lang="lua"> = S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2017.8

Description

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

= Screen:setSize(wh,)

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