Difference between revisions of "Screen:setState"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2017.8<br/> | '''Available since:''' Gideros 2017.8<br/> | ||
=== Description === | === Description === | ||
− | Attempts to configure this screen or window, if allowed by the platform. | + | <translate>Attempts to configure this screen or window, if allowed by the platform.</translate> |
<source lang="lua"> | <source lang="lua"> | ||
Screen:setState(state) | Screen:setState(state) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''state''': (number) The required state of this screen <br/> | + | '''state''': (number) <translate>The required state of this screen</translate> <br/> |
Revision as of 13:34, 23 August 2018
Available since: Gideros 2017.8
Description
Attempts to configure this screen or window, if allowed by the platform.
Screen:setState(state)
Parameters
state: (number) The required state of this screen