mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
LibGUI: Added getter for m_dragging
This commit is contained in:
parent
112d36bfa0
commit
4c9fdad1bf
Notes:
sideshowbarker
2024-07-19 11:22:48 +09:00
Author: https://github.com/tlmrgvf Commit: https://github.com/SerenityOS/serenity/commit/4c9fdad1bf8 Pull-request: https://github.com/SerenityOS/serenity/pull/733
@ -31,6 +31,7 @@ public:
|
||||
int knob_fixed_primary_size() const { return 8; }
|
||||
int knob_secondary_size() const { return 20; }
|
||||
|
||||
bool knob_dragging() const { return m_dragging; }
|
||||
Rect knob_rect() const;
|
||||
|
||||
Rect inner_rect() const
|
||||
|
Loading…
Reference in New Issue
Block a user