mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
WebContent: Plumb link clicks to the WebContentView :^)
You can now react to links being clicked via the on_link_click hook.
This commit is contained in:
parent
fd65a24834
commit
32243e1df2
8 changed files with 48 additions and 1 deletions
|
@ -9,4 +9,6 @@ endpoint WebContentClient = 90
|
|||
DidRequestScrollIntoView(Gfx::IntRect rect) =|
|
||||
DidHoverLink(URL url) =|
|
||||
DidUnhoverLink() =|
|
||||
DidClickLink(URL url, String target, unsigned modifiers) =|
|
||||
DidMiddleClickLink(URL url, String target, unsigned modifiers) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue