diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-01-25 23:44:00 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-01-25 23:44:32 +0100 |
commit | 91e2d699b4c40b5fe65fc39bc14e32cee7bd0286 (patch) | |
tree | c7a35a42aa996f5f8b4af613b79a647580c64b6e /servers | |
parent | 10d22a4b35b33ad89f626c261ef7f1aeae81daf3 (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 'servers')
-rw-r--r-- | servers/display_server.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/servers/display_server.cpp b/servers/display_server.cpp index 39f14439f4..11bbd9dae2 100644 --- a/servers/display_server.cpp +++ b/servers/display_server.cpp @@ -344,7 +344,6 @@ DisplayServer::MouseMode DisplayServer::mouse_get_mode() const { } void DisplayServer::warp_mouse(const Point2i &p_position) { - WARN_PRINT("Mouse warping is not supported by this display server."); } Point2i DisplayServer::mouse_get_position() const { |