bevy/crates/bevy_input/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
..
axis.rs add Axis::devices to get all the input devices (#5400) 2023-01-06 18:00:22 +00:00
common_conditions.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
gamepad.rs Require #[derive(Event)] on all Events (#7086) 2023-06-06 14:44:32 +00:00
input.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
keyboard.rs Add window entity to mouse and keyboard events (#8852) 2023-06-16 13:54:06 +00:00
lib.rs Touchpad magnify and rotate events (#8791) 2023-06-08 20:31:43 +00:00
mouse.rs Add window entity to mouse and keyboard events (#8852) 2023-06-16 13:54:06 +00:00
touch.rs Require #[derive(Event)] on all Events (#7086) 2023-06-06 14:44:32 +00:00
touchpad.rs Touchpad magnify and rotate events (#8791) 2023-06-08 20:31:43 +00:00