mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibWeb+UI+WebContent: Pipe pinch events from AppKit UI to WebContent
This commit is contained in:
committed by
Alexander Kalenik
parent
e6831003c6
commit
c630de17ab
Notes:
github-actions[bot]
2025-10-10 13:39:44 +00:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/c630de17ab5 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6430 Reviewed-by: https://github.com/gmta Reviewed-by: https://github.com/konradekk
@@ -214,6 +214,9 @@ void ViewImplementation::enqueue_input_event(Web::InputEvent event)
|
||||
cloned_event.files = move(event.files);
|
||||
|
||||
client().async_drag_event(m_client_state.page_index, cloned_event);
|
||||
},
|
||||
[this](Web::PinchEvent const& event) {
|
||||
client().async_pinch_event(m_client_state.page_index, event);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user