mirror of
https://github.com/servo/servo
synced 2026-05-14 02:47:14 +02:00
After `InputEvent::Touch` processed by Script, it sends `TouchEventProcessed` back to Constellation, which goes through hit-test etc. and loops back to Script again. However, `WebViewRenderer::simulate_mouse_click` should not send `MouseButtonAction::Click` due to #36413 Testing: Manually tested by converting mouse to touch cc @jdm @xiaochengh Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>