summaryrefslogtreecommitdiff
path: root/doc/classes/Viewport.xml
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2023-01-25 23:44:00 +0100
committerHugo Locurcio <hugo.locurcio@hugo.pro>2023-01-25 23:44:32 +0100
commit91e2d699b4c40b5fe65fc39bc14e32cee7bd0286 (patch)
treec7a35a42aa996f5f8b4af613b79a647580c64b6e /doc/classes/Viewport.xml
parent10d22a4b35b33ad89f626c261ef7f1aeae81daf3 (diff)
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.
Diffstat (limited to 'doc/classes/Viewport.xml')
-rw-r--r--doc/classes/Viewport.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml
index 236d34383f..84d3d818c3 100644
--- a/doc/classes/Viewport.xml
+++ b/doc/classes/Viewport.xml
@@ -210,6 +210,7 @@
<param 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].
+ [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>