diff options
Diffstat (limited to 'LibGUI/GWidget.h')
-rw-r--r-- | LibGUI/GWidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LibGUI/GWidget.h b/LibGUI/GWidget.h index 15f3e1556c..afa10c370b 100644 --- a/LibGUI/GWidget.h +++ b/LibGUI/GWidget.h @@ -88,6 +88,9 @@ public: const Font& font() const { return *m_font; } void set_font(RetainPtr<Font>&&); + void set_global_cursor_tracking(bool); + bool global_cursor_tracking() const; + private: GWindow* m_window { nullptr }; |