Difference between revisions of "Screen:setState"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Attempts to configure this screen or window, if allowed by the platform. <source lang="lua"> = Screen:...")
 
Line 4: Line 4:
 
Attempts to configure this screen or window, if allowed by the platform.
 
Attempts to configure this screen or window, if allowed by the platform.
 
<source lang="lua">
 
<source lang="lua">
= Screen:setState(state,)
+
Screen:setState(state)
 
</source>
 
</source>
'''state:''' (number) The required state of this screen ''''''<br/>
+
'''state''': (number) The required state of this screen ''''''<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2017.8

Description

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

 Screen:setState(state)

'state: (number) The required state of this screen '