nannou-org / nannou

A Creative Coding Framework for Rust.
https://nannou.cc/
6.05k stars 306 forks source link

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

Open mitchmindtree opened 1 year ago

mitchmindtree commented 1 year ago

Currently these are ignored and return None.

hugcis commented 1 year ago

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!