mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
LibWeb: Handle scrolling an OutOfProcessWebView
When a mousewheel scroll event isn't handled by the web content itself (e.g. an overflowed box or similar), the event needs to get passed back up to the OutOfProcessWebView.
This commit is contained in:
parent
e9c1d9c89a
commit
0e881bc5d7
9 changed files with 24 additions and 0 deletions
|
@ -8,6 +8,7 @@ endpoint WebContentClient = 90
|
|||
DidRequestCursorChange(i32 cursor_type) =|
|
||||
DidLayout(Gfx::IntSize content_size) =|
|
||||
DidChangeTitle(String title) =|
|
||||
DidRequestScroll(int wheel_delta) =|
|
||||
DidRequestScrollIntoView(Gfx::IntRect rect) =|
|
||||
DidHoverLink(URL url) =|
|
||||
DidUnhoverLink() =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue