| commit | 25ddff3df2e71c2b27a9be07cd1b14e48094a49c | [log] [tgz] |
|---|---|---|
| author | Abdelrahman Eed <abdoeed@google.com> | Wed Apr 09 14:06:26 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 09 14:06:26 2025 |
| tree | 1e04c33b4f56967da35a4a2c7ee8675dd98b598c | |
| parent | 2298ed76a7aa838d9ae022318ea11bd08c3c094c [diff] |
[PointerLockOnAndroid] Add routing mouse events to blink Changes: - Listen on the capturing view mouse events 'onCapturedPointerEvent' - Translate the raw mouse events for input devices (Mouse & Touchpad) into the expected format for blink - Send captured mouse events to blink Known Issues: - Touchpad events that require multiple fingers (right click, middle click, scroll) aren't supported, will be addressed in a separate CL Bug: b:395839252 Change-Id: I97d23b14275da6fff66a463f30d6affea2b6bdb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6366974 Reviewed-by: Bo Liu <boliu@chromium.org> Reviewed-by: Andrew Rayskiy <greengrape@google.com> Commit-Queue: Abdelrahman Eed <abdoeed@google.com> Cr-Commit-Position: refs/heads/main@{#1444700}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.