1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +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:
Hugo Locurcio
2023-01-25 23:44:00 +01:00
parent 10d22a4b35
commit 91e2d699b4
5 changed files with 4 additions and 1 deletions

View File

@@ -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 {