Skip to content
New issue

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

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

Already on GitHub? # to your account

Discussion: How to deal with broken winit(WASM) keyboard implementation? #825

Open
Woyten opened this issue Dec 19, 2021 · 0 comments
Open

Comments

@Woyten
Copy link
Contributor

Woyten commented Dec 19, 2021

Unfortunately, winit's WASM implementation of keyboard events is broken. I submitted the issue rust-windowing/winit#2092 but did not receive any feedback so far.

The wrong implementation has a negative impact on nannou. For example, keyboard modifiers and location-based keyboard events are not working correctly. As a result, downstream projects would need to work around the problem like in Woyten/tune@38b7ecd and Woyten/tune@fcec2d3.

I see two options to address this problem:

Any opinions?

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

No branches or pull requests

1 participant