Silence warp_mouse() warning in favor of documentation

This warning was spammed in the Android editor when using the
navigation joysticks in the 3D viewport when the finger slid over
the viewport's edges.
This commit is contained in:
Hugo Locurcio 2023-01-25 23:44:00 +01:00
parent 10d22a4b35
commit 91e2d699b4
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
5 changed files with 4 additions and 1 deletions

View file

@ -895,6 +895,7 @@
<param index="0" name="position" type="Vector2" />
<description>
Moves the mouse cursor to [param position], relative to [member position] of this [Control].
[b]Note:[/b] [method warp_mouse] is only supported on Windows, macOS and Linux. It has no effect on Android, iOS and Web.
</description>
</method>
</methods>