Fix using Viewport::warp_mouse within Viewports

This commit is contained in:
Markus Sauermann 2022-03-28 11:01:29 +02:00
parent 795304e34f
commit ffe42171a5
4 changed files with 35 additions and 1 deletions

View file

@ -291,6 +291,8 @@ public:
Ref<Font> get_theme_default_font() const;
int get_theme_default_font_size() const;
virtual Transform2D get_screen_transform() const override;
Rect2i get_parent_rect() const;
virtual DisplayServer::WindowID get_window_id() const override;