bevy/crates/bevy_input/src
Chris Foster b0ddce36bd Check an Input's pressed set before adding to just_released. (#4209)
# Objective

- Fixes #4208

## Solution

- Adds a check before inserting into an `Input`'s `just_released` set, in the same way that one exists for adding into the `just_pressed` set.
2022-03-20 21:54:09 +00:00
..
axis.rs Documented and tested Axis<T> (#3276) 2021-12-11 23:31:46 +00:00
gamepad.rs remove Events from bevy_app, they now live in bevy_ecs (#4066) 2022-03-01 19:33:56 +00:00
input.rs Check an Input's pressed set before adding to just_released. (#4209) 2022-03-20 21:54:09 +00:00
keyboard.rs remove Events from bevy_app, they now live in bevy_ecs (#4066) 2022-03-01 19:33:56 +00:00
lib.rs Add Gamepads resource (#3257) 2021-12-08 20:28:08 +00:00
mouse.rs Fix doc_markdown lints in bevy_input (#3475) 2021-12-29 17:38:10 +00:00
system.rs Simplify sending empty events (#2935) 2022-02-04 01:24:47 +00:00
touch.rs remove Events from bevy_app, they now live in bevy_ecs (#4066) 2022-03-01 19:33:56 +00:00