bevy/crates/bevy_window/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
..
event.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
lib.rs Split CursorOptions off of Window (#19668) 2025-06-17 20:20:13 +00:00
monitor.rs
raw_handle.rs
system_cursor.rs
system.rs
window.rs bevy_window: fix compilation without default features (#19870) 2025-06-30 20:51:52 +00:00