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

Steam overlay unresponsive on Linux #843

Open
peterprototypes opened this issue Apr 17, 2019 · 0 comments
Open

Steam overlay unresponsive on Linux #843

peterprototypes opened this issue Apr 17, 2019 · 0 comments
Labels
C - needs investigation Issue must be confirmed and researched DS - x11

Comments

@peterprototypes
Copy link

peterprototypes commented Apr 17, 2019

The steam overlay on linux doesn't receive mouse motion and mouse button events.

It appears the folks at glfw had the same problem and it's due to XInput2 event masking.

Commenting out a few lines from the mask seems to fix it, but I'm not sure what else will that break and where. Even when they are missing from the event mask the window continues to receive mouse motion and button events and they appear in the output.

Short clip demonstrating the problem

EDIT:
No, commenting out those lines actually breaks mouse input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C - needs investigation Issue must be confirmed and researched DS - x11
Development

No branches or pull requests

3 participants