Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

controller support (game controller mode) for edge(chromium) on xbox one/series consoles #364

Open
Kenneth-Audenaert opened this issue Jan 27, 2022 · 0 comments
Labels
input Input stuff (keyboard, controllers and such)

Comments

@Kenneth-Audenaert
Copy link

Kenneth-Audenaert commented Jan 27, 2022

I can access a cloudretro app on my xbox one x, but the controller does not attach exclusively to the game by default. (input is also interpreted as mouse movement within the browser window.)

This can be fixed by switching to "game controller mode" within the browser (pressing the hamburger button on the controller and selecting "game controller mode")
It would be nice to have this enabled by default, since the intention of this app is to play a game.

This causes the input to continue to be used as navigation for the web browser. (e.g. "B" load the previous page).

This obviously makes the cloud-game application cumbersome to use on an xbox.

If i'm not mistaken this is the documentation required to correctly implement xbox controller input scheme on xbox edge:

https://docs.microsoft.com/en-us/windows/apps/design/input/gamepad-and-remote-interactions#xy-focus-navigation-and-interaction

Sadly I lack the technical know how to do this myself, so I submit this as a feature request.

@Kenneth-Audenaert Kenneth-Audenaert changed the title controller support for edge(chromium) on xbox one/series consoles controller support (game controller mode) for edge(chromium) on xbox one/series consoles Jan 27, 2022
@sergystepanov sergystepanov added the input Input stuff (keyboard, controllers and such) label Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
input Input stuff (keyboard, controllers and such)
Projects
None yet
Development

No branches or pull requests

2 participants