diff options
Diffstat (limited to 'core/os/os.h')
-rw-r--r-- | core/os/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/os.h b/core/os/os.h index 24e2b4f2d4..71f53330c7 100644 --- a/core/os/os.h +++ b/core/os/os.h @@ -136,6 +136,7 @@ public: virtual MouseMode get_mouse_mode() const; + virtual void warp_mouse_pos(const Point2& p_to) {} virtual Point2 get_mouse_pos() const=0; virtual int get_mouse_button_state() const=0; virtual void set_window_title(const String& p_title)=0; |