mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
LibGUI: Added getter for m_dragging
This commit is contained in:
parent
112d36bfa0
commit
4c9fdad1bf
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue