mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Merge pull request #109491 from syntaxerror247/window-color
Android: Add method to set root window color at runtime
This commit is contained in:
@@ -2261,6 +2261,14 @@
|
||||
Makes the window specified by [param window_id] request attention, which is materialized by the window title and taskbar entry blinking until the window is focused. This usually has no visible effect if the window is currently focused. The exact behavior varies depending on the operating system.
|
||||
</description>
|
||||
</method>
|
||||
<method name="window_set_color">
|
||||
<return type="void" />
|
||||
<param index="0" name="color" type="Color" />
|
||||
<description>
|
||||
Sets the background color of the root window.
|
||||
[b]Note:[/b] This method is implemented only on Android.
|
||||
</description>
|
||||
</method>
|
||||
<method name="window_set_current_screen">
|
||||
<return type="void" />
|
||||
<param index="0" name="screen" type="int" />
|
||||
|
||||
Reference in New Issue
Block a user