diff options
author | MathieuRoux <mathieu.roux222@gmail.com> | 2022-08-18 11:16:29 +0200 |
---|---|---|
committer | MathieuRoux <mathieu.roux222@gmail.com> | 2022-08-25 11:30:49 +0200 |
commit | 5ac5c8bc0693465ab5bd8e21adcded10898c1a55 (patch) | |
tree | 4a97d60815b3cb11c273b131593e1b5ae79386ca /scene/main/window.h | |
parent | 8769088f48a9acc7a28a55ceeba86cdcd6ba3a42 (diff) |
Fix warp_mouse for transient windows, smoother mouse positioning when releasing mouse for spinbox
Diffstat (limited to 'scene/main/window.h')
-rw-r--r-- | scene/main/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/main/window.h b/scene/main/window.h index aa32edbb04..954e8e8122 100644 --- a/scene/main/window.h +++ b/scene/main/window.h @@ -239,6 +239,8 @@ public: void set_use_font_oversampling(bool p_oversampling); bool is_using_font_oversampling() const; + void warp_mouse(const Vector2 &p_position) override; + void set_wrap_controls(bool p_enable); bool is_wrapping_controls() const; void child_controls_changed(); |