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

glutin_handle_basic_input does not filter incoming events #9

Open
LoganDark opened this issue Jan 22, 2021 · 0 comments
Open

glutin_handle_basic_input does not filter incoming events #9

LoganDark opened this issue Jan 22, 2021 · 0 comments

Comments

@LoganDark
Copy link
Contributor

LoganDark commented Jan 22, 2021

Right now, glutin_handle_basic_input assumes that all window events are for its own window. However there may have been multiple windows on the event loop, even if glutin_handle_basic_input is synchronous and takes control of the event loop. It should make sure that the events are addressed to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant