mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:27:42 +00:00
WindowManager: Allow moving windows around using Logo+LMB.
This commit is contained in:
parent
57fe316e01
commit
b4631d2083
2 changed files with 24 additions and 20 deletions
|
@ -76,9 +76,9 @@ private:
|
|||
void process_mouse_event(WSMouseEvent&, WSWindow*& event_window);
|
||||
void handle_menu_mouse_event(WSMenu&, WSMouseEvent&);
|
||||
void handle_menubar_mouse_event(WSMouseEvent&);
|
||||
void handle_titlebar_mouse_event(WSWindow&, WSMouseEvent&);
|
||||
void handle_close_button_mouse_event(WSWindow&, WSMouseEvent&);
|
||||
void start_window_resize(WSWindow&, WSMouseEvent&);
|
||||
void start_window_drag(WSWindow&, WSMouseEvent&);
|
||||
void handle_client_request(WSAPIClientRequest&);
|
||||
void set_active_window(WSWindow*);
|
||||
void set_hovered_window(WSWindow*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue