Skip to content

Commit 6e460a6

Browse files
authored
Add Copy to MouseScrollUnit (#270)
add Copy to MouseScrollUnit
1 parent 43463a7 commit 6e460a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_input/src/mouse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub struct MouseMotion {
2828
}
2929

3030
/// Unit of scroll
31-
#[derive(Debug, Clone)]
31+
#[derive(Debug, Clone, Copy)]
3232
pub enum MouseScrollUnit {
3333
Line,
3434
Pixel,

0 commit comments

Comments
 (0)