mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 22:30:31 +00:00
WebContent: Pass mouse events through to the WebContent process
Just send the incoming mouse events across to the other side and let LibWeb deal with them. :^)
This commit is contained in:
parent
0bac2ad3b3
commit
e58a13e3f6
Notes:
sideshowbarker
2024-07-19 05:35:29 +09:00
Author: https://github.com/awesomekling
Commit: e58a13e3f6
2 changed files with 18 additions and 0 deletions
|
@ -46,6 +46,9 @@ private:
|
|||
|
||||
virtual void paint_event(GUI::PaintEvent&) override;
|
||||
virtual void resize_event(GUI::ResizeEvent&) override;
|
||||
virtual void mousedown_event(GUI::MouseEvent&) override;
|
||||
virtual void mouseup_event(GUI::MouseEvent&) override;
|
||||
virtual void mousemove_event(GUI::MouseEvent&) override;
|
||||
|
||||
WebContentClient& client();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue