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

Handle unhandled events introduced in winit 0.27+ (TouchMagnify, IME, etc) in event.rs #903

Open
mitchmindtree opened this issue Jan 20, 2023 · 1 comment

Comments

@mitchmindtree
Copy link
Member

Currently these are ignored and return None.

@hugcis
Copy link

hugcis commented Jan 23, 2023

Hi, I just opened a PR that updates winit to 0.27 across nannou (#904).

The TouchMagnify event is not currently part of winit, but I added handling of the IME and Occluded events. If you can check it out, it would be great!

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

No branches or pull requests

2 participants