diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-10 10:48:58 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-10 10:48:58 +0100 |
commit | 796690948f275039f205fab815fde03e4022edab (patch) | |
tree | 2ede5161f0c5314881caa9caec7649f8ca8704d2 /doc/classes/Input.xml | |
parent | 0231b4a0e8f9a7582446b0ff2d52e493277c5eec (diff) | |
parent | 31346211f2c9a37e0b5226e2fd4090a55c98d3bc (diff) |
Merge pull request #71022 from Sauermann/fix-captured-position-doc
Fix doc for position of captured mouse
Diffstat (limited to 'doc/classes/Input.xml')
-rw-r--r-- | doc/classes/Input.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index a2948697fb..a0d2d93a7d 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -397,7 +397,7 @@ Makes the mouse cursor hidden if it is visible. </constant> <constant name="MOUSE_MODE_CAPTURED" value="2" enum="MouseMode"> - 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]. </constant> <constant name="MOUSE_MODE_CONFINED" value="3" enum="MouseMode"> |