summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeeJayLSP <60024671+DeeJayLSP@users.noreply.github.com>2021-10-04 20:23:54 -0300
committerDouglas <djlsplays@gmail.com>2021-10-05 20:43:13 -0300
commitd89889d05598af975ce0b9a758d6492cc03a8811 (patch)
tree3ae40435e46d501f7c83805639fc699c05de4559
parenta7ba22763139b29d825e0f4ef3e718533da069ea (diff)
Describe how window mode setter and getter works
-rw-r--r--doc/classes/DisplayServer.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml
index 7eff8db59c..01ca23c217 100644
--- a/doc/classes/DisplayServer.xml
+++ b/doc/classes/DisplayServer.xml
@@ -556,6 +556,7 @@
<return type="int" enum="DisplayServer.WindowMode" />
<argument index="0" name="window_id" type="int" default="0" />
<description>
+ Returns the current window's mode.
</description>
</method>
<method name="window_get_position" qualifiers="const">
@@ -666,6 +667,8 @@
<argument index="0" name="mode" type="int" enum="DisplayServer.WindowMode" />
<argument index="1" name="window_id" type="int" default="0" />
<description>
+ Sets window mode for the given window to [code]mode[/code]. See [enum WindowMode] for possible values and how each mode behaves.
+ [b]Note:[/b] Setting the window to fullscreen forcibly sets the borderless flag to [code]true[/code], so make sure to set it back to [code]false[/code] when not wanted.
</description>
</method>
<method name="window_set_mouse_passthrough">