|  e7c6228e8b # Objective Fix #12273 ## Solution – Only emit `KeyboardFocusLost` when the keyboard focus is lost – ignore synthetic key releases too, not just key presses (as they're already covered by `KeyboardFocusLost`) --- ## Changelog ### Fixed - Don't trigger `ButtonInput<KeyCode>::just_pressed`/`just_released` when spawning a window/focus moving between Bevy windows | ||
|---|---|---|
| .. | ||
| accessibility.rs | ||
| converters.rs | ||
| lib.rs | ||
| state.rs | ||
| system.rs | ||
| winit_config.rs | ||
| winit_monitors.rs | ||
| winit_windows.rs | ||