bevy/crates/bevy_winit
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
..
src Add window entity to mouse and keyboard events (#8852) 2023-06-16 13:54:06 +00:00
Cargo.toml remove some use of once_cell that can be replace with new std (#8739) 2023-06-01 21:55:18 +00:00