mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-23 18:36:34 +11:00
Merge pull request #522 from TyOverby/patch-1
MouseScrollDelta implements PartialEq
This commit is contained in:
commit
c1ebb8cf31
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue