Screen:getMaxSize

From GiderosMobile
Revision as of 11:02, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Returns the maximum size this screen can have, typically the display size for a windowed system. <sour...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2017.8

Description

Returns the maximum size this screen can have, typically the display size for a windowed system.

(number) (number), = Screen:getMaxSize()

Returns (number) The Screen's maximum width
Returns (number) The Screen's maximum height