darthdeus / comfy

Comfy is a fun 2D game engine built in Rust. It's designed to be opinionated, productive, and easy to use.
https://comfyengine.org
Apache License 2.0
678 stars 28 forks source link

winit: Support PhysicalKey for Left/Right ctrl and similar keys #96

Closed nokola closed 4 months ago

nokola commented 4 months ago

winit 0.29.13 removed support for Left/Right Ctrl from virtual keys. Switch to physical keys to bring it back.

Not tested. There are some commented todo() cases

darthdeus commented 4 months ago

Thanks!