mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
d6889ecf35
To implement form controls internally in LibWeb (necessary for multi process forms), we'll need the ability to handle events since we can't rely on LibGUI widgets anymore. A LayoutNode can now override wants_mouse_events() and if it returns true, it will now receive mousedown, mousemove and mouseup events. :^) |
||
---|---|---|
.. | ||
EventHandler.cpp | ||
EventHandler.h | ||
Frame.cpp | ||
Frame.h | ||
Page.cpp | ||
Page.h |