Description
Your Godot version:
v4.3.stable.official [77dcf97d8]
Issue description:
The InputEventMouseMotion.velocity documentation has a note about its use with Input.MOUSE_MODE_CAPTURED while, according to a note on the "Mouse and input coordinates" page, using mouse velocity with the mouse captured shouldn't work at all, it doesn't seem to work in practice either so I believe that note should be removed.
URL to the documentation page:
InputEventMouseMotion: https://docs.godotengine.org/en/stable/classes/class_inputeventmousemotion.html
Mouse and input coordinates: https://docs.godotengine.org/en/stable/tutorials/inputs/mouse_and_input_coordinates.html