Screen:setPosition

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 === Attempts to position this screen or window, if allowed by the platform. <source lang="lua"> = Screen:s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2017.8

Description

Attempts to position this screen or window, if allowed by the platform.

= Screen:setPosition(xy,)

'x: (number) The new x coordinate '
'y: (number) The new y coordinate '