Merge pull request #522 from TyOverby/patch-1

MouseScrollDelta implements PartialEq
This commit is contained in:
tomaka 2015-07-15 19:24:57 +02:00
commit c1ebb8cf31

View file

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