bevy/crates/bevy_input/src
James Liu 0d67c32153 Avoid triggering change detection for inputs (#6847)
# Objective
Fix #5292.

## Solution
Avoid derefencing when clearing to ensure that change detection is not triggered when there is nothing to clear.
2022-12-11 18:22:09 +00:00
..
axis.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
gamepad.rs Avoid triggering change detection for inputs (#6847) 2022-12-11 18:22:09 +00:00
input.rs Avoid triggering change detection for inputs (#6847) 2022-12-11 18:22:09 +00:00
keyboard.rs Avoid triggering change detection for inputs (#6847) 2022-12-11 18:22:09 +00:00
lib.rs Revert "Show prelude re-exports in docs (#6448)" (#6449) 2022-11-02 20:40:45 +00:00
mouse.rs Avoid triggering change detection for inputs (#6847) 2022-12-11 18:22:09 +00:00
touch.rs Derive Reflect + FromReflect for input types (#6232) 2022-10-26 19:52:20 +00:00