Rename warp mouse functions to warp_mouse

This commit is contained in:
Markus Sauermann
2022-03-27 11:17:36 +02:00
parent f0407ad14d
commit 0494e024d8
20 changed files with 49 additions and 49 deletions

View File

@@ -943,9 +943,9 @@
</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 cursor to [code]to_position[/code], relative to [member position] of this [Control].
Moves the mouse cursor to [code]position[/code], relative to [member position] of this [Control].
</description>
</method>
</methods>