* X11: Sync key press/release with window focus * When a window loses focus, key release events are issued for all pressed keys * When a window gains focus, key press events are issued for all pressed keys * Adds `is_synthetic` field to `WindowEvent` variant `KeyboardInput` to indicate that these events are synthetic. * Adds `is_synthetic: false` to `WindowEvent::KeyboardInput` events issued on all other platforms * Implement windows focus key press/release on Windows * Docs Co-authored-by: Murarth <murarth@gmail.com> |
||
|---|---|---|
| .. | ||
| event_loop | ||
| dark_mode.rs | ||
| dpi.rs | ||
| drop_handler.rs | ||
| event.rs | ||
| event_loop.rs | ||
| icon.rs | ||
| mod.rs | ||
| monitor.rs | ||
| raw_input.rs | ||
| util.rs | ||
| window.rs | ||
| window_state.rs | ||