bevy/crates/bevy_winit/src
Niklas Eicker 84de9e7f28
Add window entity to mouse and keyboard events (#8852)
# Objective

- Resolves #4649 

## Solution

- Added the window entity to `KeyboardInput`, `MouseButtonInput`, and
`MouseWheel` events.
2023-06-16 13:54:06 +00:00
..
accessibility.rs Require #[derive(Event)] on all Events (#7086) 2023-06-06 14:44:32 +00:00
converters.rs Add window entity to mouse and keyboard events (#8852) 2023-06-16 13:54:06 +00:00
lib.rs Add window entity to mouse and keyboard events (#8852) 2023-06-16 13:54:06 +00:00
system.rs Support to set window theme and expose system window theme changed event (#8593) 2023-06-05 21:04:22 +00:00
web_resize.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
winit_config.rs Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
winit_windows.rs Support to set window theme and expose system window theme changed event (#8593) 2023-06-05 21:04:22 +00:00