Expose OS::move_window_to_foreground

This commit is contained in:
Marcelo Fernandez
2018-11-07 11:13:02 -03:00
parent de0d306558
commit 4de0cbba15
3 changed files with 14 additions and 0 deletions

View File

@ -556,6 +556,13 @@
Note that this method can also be used to kill processes that were not spawned by the game.
</description>
</method>
<method name="move_window_to_foreground">
<return type="void">
</return>
<description>
Moves the window to the front.
</description>
</method>
<method name="native_video_is_playing">
<return type="bool">
</return>