bevy/crates/bevy_input/src
TheRawMeatball d9b8b3e618 Add EventWriter (#1575)
This adds a `EventWriter<T>` `SystemParam` that is just a thin wrapper around `ResMut<Events<T>>`. This is primarily to have API symmetry between the reader and writer, and has the added benefit of easily improving the API later with no breaking changes.
2021-03-07 20:42:04 +00:00
..
axis.rs Faster compilation of bevy_diagnostic (#1235) 2021-01-12 13:21:45 -08:00
gamepad.rs Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
input.rs Test more areas of the codebase (#953) 2020-11-30 22:58:49 -08:00
keyboard.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
lib.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
mouse.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
system.rs Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
touch.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00