Skip to content

Commit

Permalink
Add Copy to MouseScrollUnit (bevyengine#270)
Browse files Browse the repository at this point in the history
add Copy to MouseScrollUnit
  • Loading branch information
aevyrie authored Sep 6, 2020
1 parent 43463a7 commit 6e460a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_input/src/mouse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub struct MouseMotion {
}

/// Unit of scroll
#[derive(Debug, Clone)]
#[derive(Debug, Clone, Copy)]
pub enum MouseScrollUnit {
Line,
Pixel,
Expand Down

0 comments on commit 6e460a6

Please sign in to comment.