Screen:getSize

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Return the width and height of the screen <source lang="lua"> (number) (number), = Screen:getSize() </...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2017.8

Description

Return the width and height of the screen

(number) (number), = Screen:getSize()

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