diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index efd8d33faf88..bbf1ee186f18 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -392,7 +392,7 @@ Makes the mouse cursor hidden if it is visible. - Captures the mouse. The mouse will be hidden and unable to leave the game window, but it will still register movement and mouse button presses. + Captures the mouse. The mouse will be hidden and unable to leave the game window, but it will still register movement and mouse button presses. On Windows and Linux, the mouse will use raw input mode, which means the reported movement will be unaffected by the OS' mouse acceleration settings. Makes the mouse cursor visible but confines it to the game window.