mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
In Rerun, pressing `Cmd+S` brings up a save dialog using `rfd`, but we get not key-up event for the `S` key (in winit). This leads to `S` being mistakenly marked as down when we switch back to the app. This PR takes the safe route and marks all keys as up when an egui app loses focus. * Tested with https://github.com/rerun-io/rerun/pull/9103