diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml
index 779c15c7130..5da6cf81020 100644
--- a/doc/classes/DisplayServer.xml
+++ b/doc/classes/DisplayServer.xml
@@ -1525,7 +1525,7 @@
Makes the mouse cursor hidden if it is visible.
- Captures the mouse. The mouse will be hidden and its position locked at the center of the screen.
+ Captures the mouse. The mouse will be hidden and its position locked at the center of the window manager's window.
[b]Note:[/b] If you want to process the mouse's movement in this mode, you need to use [member InputEventMouseMotion.relative].
diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml
index a2948697fbb..a0d2d93a7de 100644
--- a/doc/classes/Input.xml
+++ b/doc/classes/Input.xml
@@ -397,7 +397,7 @@
Makes the mouse cursor hidden if it is visible.
- Captures the mouse. The mouse will be hidden and its position locked at the center of the screen.
+ Captures the mouse. The mouse will be hidden and its position locked at the center of the window manager's window.
[b]Note:[/b] If you want to process the mouse's movement in this mode, you need to use [member InputEventMouseMotion.relative].