mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 11:05:07 +00:00
LibHTML: Implement naive hit testing
We don't have proper line boxes yet, so we can't easily hit test inline text.
This commit is contained in:
parent
3ed41abba4
commit
3de4b99dc3
4 changed files with 38 additions and 0 deletions
|
@ -17,6 +17,7 @@ protected:
|
|||
|
||||
virtual void resize_event(GResizeEvent&) override;
|
||||
virtual void paint_event(GPaintEvent&) override;
|
||||
virtual void mousemove_event(GMouseEvent&) override;
|
||||
|
||||
private:
|
||||
void layout_and_sync_size();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue