From 17e3c9a4e30bc5b3117cb2c913e67589668c2379 Mon Sep 17 00:00:00 2001
From: DeeJayLSP <60024671+DeeJayLSP@users.noreply.github.com>
Date: Wed, 6 Oct 2021 17:52:52 -0300
Subject: DisplayServer: Add multiple descriptions for methods.
Added multiple descriptions for clipboard, mouse and window methods.
---
doc/classes/DisplayServer.xml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
(limited to 'doc')
diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml
index 01ca23c217..7a467c03c1 100644
--- a/doc/classes/DisplayServer.xml
+++ b/doc/classes/DisplayServer.xml
@@ -10,12 +10,14 @@
+ Returns the user's clipboard as a string if possible.
+ Sets the user's clipboard content to the given string.
@@ -333,6 +335,7 @@
+ Returns the mouse cursor's current position.
@@ -345,6 +348,7 @@
+ Sets the mouse cursor position to the given [code]position[/code].
@@ -538,6 +542,7 @@
+ Returns the current value of the given window's [code]flag[/code].
@@ -556,13 +561,14 @@
- Returns the current window's mode.
+ Returns the mode of the given window.
+ Returns the position of the given window to on the screen.
@@ -616,6 +622,7 @@
+ Enables or disables the given window's given [code]flag[/code]. See [enum WindowFlags] for possible values and their behavior.
@@ -709,6 +716,7 @@
+ Sets the position of the given window to [code]position[/code].
@@ -723,6 +731,7 @@
+ Sets the size of the given window to [code]size[/code].
@@ -730,6 +739,7 @@
+ Sets the title of the given window to [code]title[/code].
--
cgit v1.2.3