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:
parent
10d22a4b35
commit
91e2d699b4
5 changed files with 4 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue