diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml index 01ca23c2172..7a467c03c19 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].