bevy/crates/bevy_winit/src
Tim 4e9e78c31e
Split BufferedEvent from Event (#20101)
# Objective

> I think we should axe the shared `Event` trait entirely
It doesn't serve any functional purpose, and I don't think it's useful
pedagogically
@alice-i-cecile on discord

## Solution

- Remove `Event` as a supertrait of `BufferedEvent`
- Remove any `Event` derives that were made unnecessary
- Update release notes

---------

Co-authored-by: SpecificProtagonist <vincentjunge@posteo.net>
2025-07-14 21:31:48 +00:00
..
accessibility.rs
converters.rs
cursor.rs Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00
custom_cursor.rs
lib.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
state.rs Rename send_event and similar methods to write_event (#20017) 2025-07-07 22:05:16 +00:00
system.rs Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +00:00
winit_config.rs
winit_monitors.rs
winit_windows.rs bevy_winit: fix compile and clippy on wasm (#19869) 2025-06-29 21:30:28 +00:00