mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Merge pull request #2166 from asheraryam/patch-1
Added note for the captured mouse mode scenario.
This commit is contained in:
@@ -62,3 +62,5 @@ Alternatively, it's possible to ask the viewport for the mouse position:
|
||||
.. code-tab:: csharp
|
||||
|
||||
GetViewport().GetMousePosition();
|
||||
|
||||
.. note:: When the mouse mode is set to ``Input.MOUSE_MODE_CAPTURED``, the ``event.position`` value from ``InputEventMouseMotion`` is the center of the screen. Use ``event.relative`` instead of ``event.position`` to process mouse movement and position changes.
|
||||
|
||||
Reference in New Issue
Block a user