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 and mrk-its committed Oct 6, 2020
1 parent 60b2b3d commit b8d9009
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 b8d9009

Please sign in to comment.