-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
Playnite interfere with gamebar #3845
Comments
We will probably need to add some explicit detection of GameBar being opened, because this means that GameBar is keeping Playnite itself focused and also doesn't prevent it from processing controller input. |
But it doesn't happen with games or apps (made even before gamebar was a thing) |
I don't know how GameBar prevents games and app from processing input when GameBar is opened. All I can say that we are using industry standard library (SDL) to handle controller inputs so I don't think the issue is necessarily on our (or SDL's) side, but I might be wrong. I currently don't have time to investigate this more because I have my hands full with Playnite 11. Somebody else will have to look into what's going on. |
Haven't tested this but I think it can be detected like this: if (Windows.Gaming.UI.GameBar.Visible) { if (Windows.Gaming.UI.GameBar.IsInputRedirected) { Windows.Gaming.UI.GameBar.VisibilityChanged += |
Bug Description
Playnite captures gamepad input even if it isn't currently focused, making it unusable with gamebar
To Reproduce
Diagnostics ID
ea04a981-b178-452c-9f54-b10a63688a87
Screenshots
Video.senza.titolo.mp4
The text was updated successfully, but these errors were encountered: