diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-28 08:52:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 08:52:02 +0200 |
commit | 00e9170812a528c6cb33e5a2b197f2055e528692 (patch) | |
tree | 6614a8b64d3d2fc844efa24130ba56ba79350e94 /doc/classes/Viewport.xml | |
parent | a0071029f2c4ec006d3443f25aa77e2c2c7a1ece (diff) | |
parent | 0494e024d8cf244f82f8f4b4318f8558375f99ff (diff) |
Merge pull request #59574 from Sauermann/proposal-rename-warp-mouse
Rename warp mouse functions to warp_mouse
Diffstat (limited to 'doc/classes/Viewport.xml')
-rw-r--r-- | doc/classes/Viewport.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml index a72e7f1eb0..b5916f8c17 100644 --- a/doc/classes/Viewport.xml +++ b/doc/classes/Viewport.xml @@ -172,7 +172,7 @@ </method> <method name="warp_mouse"> <return type="void" /> - <argument index="0" name="to_position" type="Vector2" /> + <argument index="0" name="position" type="Vector2" /> <description> Moves the mouse pointer to the specified position in this [Viewport] using the coordinate system of this [Viewport]. </description> |