Add Copy to MouseScrollUnit (#270)

add Copy to MouseScrollUnit
This commit is contained in:
Aevyrie 2020-09-06 12:56:09 -07:00 committed by GitHub
parent 43463a7a06
commit 6e460a6a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ pub struct MouseMotion {
}
/// Unit of scroll
#[derive(Debug, Clone)]
#[derive(Debug, Clone, Copy)]
pub enum MouseScrollUnit {
Line,
Pixel,