Merge pull request #56764 from madmiraal/fix-45592-2

This commit is contained in:
Rémi Verschelde
2022-02-03 18:10:30 +01:00
committed by GitHub
3 changed files with 21 additions and 15 deletions

View File

@@ -270,7 +270,7 @@ public:
Vector3 get_gyroscope() const;
Point2 get_mouse_position() const;
Vector2 get_last_mouse_velocity() const;
Vector2 get_last_mouse_velocity();
MouseButton get_mouse_button_mask() const;
void warp_mouse_position(const Vector2 &p_to);