add documentation for OS::set_keep_screen_on
This commit is contained in:
parent
182d2e5dc9
commit
4563a5909a
1 changed files with 13 additions and 0 deletions
|
@ -19503,6 +19503,19 @@ returns:= "username=user&password=pass"
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_keep_screen_on">
|
||||
<argument index="0" name="enabled" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
Set keep screen on if true, or goes to sleep by device setting if false. (for Android/iOS)
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_keep_screen_on" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_iterations_per_second">
|
||||
<argument index="0" name="iterations_per_second" type="int">
|
||||
</argument>
|
||||
|
|
Loading…
Reference in a new issue