From 1f8470eaf2d24b67cc41ae67dbf610f3d4828062 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 11 Jul 2019 01:21:41 +0200 Subject: [PATCH] doc: Mention `Input.MOUSE_MODE_CAPTURED` is raw on Windows and Linux (cherry picked from commit f4e99e2e39b262e339bd7c1b47169ddf3c55f1a6) --- doc/classes/Input.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index 6313d44a2be..8d0898dd554 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -386,7 +386,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.