diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index a9c52e2e2f6..4ef294dd025 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -408,7 +408,8 @@ - Sets the mouse position to the specified vector. + Sets the mouse position to the specified vector, provided in pixels and relative to an origin at the upper left corner of the game window. + Mouse position is clipped to the limits of the screen resolution, or to the limits of the game window if [enum MouseMode] is set to [constant MOUSE_MODE_CONFINED].