mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-13 02:22:43 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user