You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/classes/DisplayServer.xml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2261,6 +2261,14 @@
2261
2261
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.
2262
2262
</description>
2263
2263
</method>
2264
+
<methodname="window_set_color">
2265
+
<returntype="void" />
2266
+
<paramindex="0"name="color"type="Color" />
2267
+
<description>
2268
+
Sets the background color of the root window.
2269
+
[b]Note:[/b] This method is implemented only on Android.
0 commit comments