Update events.rs

This commit is contained in:
Ty Overby 2015-07-15 09:37:15 -07:00
parent 0e37f5f2d2
commit 5af2d6e84c

View file

@ -99,7 +99,7 @@ pub enum MouseButton {
Other(u8), Other(u8),
} }
#[derive(Debug, Clone, Copy)] #[derive(Debug, Clone, Copy, PartialEq)]
pub enum MouseScrollDelta { pub enum MouseScrollDelta {
/// Amount in lines or rows to scroll in the horizontal /// Amount in lines or rows to scroll in the horizontal
/// and vertical directions. /// and vertical directions.