We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb2e22 commit b94f266Copy full SHA for b94f266
crates/bevy_input/src/lib.rs
@@ -65,7 +65,7 @@ impl Plugin for InputPlugin {
65
}
66
67
/// The current "press" state of an element
68
-#[derive(Debug, Clone, Eq, PartialEq)]
+#[derive(Debug, Copy, Clone, Eq, PartialEq)]
69
pub enum ElementState {
70
Pressed,
71
Released,
0 commit comments