mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
IME events and requests where drained on one-by-one basis, however we should drain all of them at once and send to user. Links: https://github.com/alacritty/alacritty/issues/7514