mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
WindowServer: WSButton should be more discerning with MouseUp/MouseMove.
This commit is contained in:
parent
2d7cad6a16
commit
62f7e8ac62
2 changed files with 8 additions and 2 deletions
|
@ -101,9 +101,11 @@ public:
|
|||
const WSCursor& move_cursor() const { return *m_move_cursor; }
|
||||
|
||||
void set_active_window(WSWindow*);
|
||||
void set_cursor_tracking_button(WSButton*);
|
||||
void set_hovered_button(WSButton*);
|
||||
|
||||
WSButton* cursor_tracking_button() { return m_cursor_tracking_button.ptr(); }
|
||||
void set_cursor_tracking_button(WSButton*);
|
||||
|
||||
void set_resize_candidate(WSWindow&, ResizeDirection);
|
||||
void clear_resize_candidate();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue