commit | b450bc51c08bc98e72e1efbb881e2a32d420d1c4 | [log] [tgz] |
---|---|---|
author | Cici Ruan <cuicuiruan@google.com> | Fri Sep 22 20:47:20 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 22 20:47:20 2023 |
tree | 0a3e1f9d2d92dabae78554df59929df2b3287ffd | |
parent | bc56c8b43cc94855e5094b365ea8a4e7810e79a3 [diff] |
arc/gio: Mapping doesn't show up when GD button is focused When users press disabled GD button during ghost window, after ghost window disappears, input mapping doesn't show up. This is because GD button gains the focus during ghost window loading, then GD button is not recognized correctly when registering the game window for GIO. This CL adds logic to recognize the GD button. Bug: b/301518561 Test: manual test Change-Id: Ic33eefeb8054e485add1d1f05882ca04a4919fba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4885234 Auto-Submit: Cici Ruan <cuicuiruan@google.com> Commit-Queue: Cici Ruan <cuicuiruan@google.com> Reviewed-by: Joseph Pang <pjlee@google.com> Reviewed-by: David Jacobo <djacobo@chromium.org> Cr-Commit-Position: refs/heads/main@{#1200449}
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.