mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 06:41:31 +11:00
Update events.rs
This commit is contained in:
parent
0e37f5f2d2
commit
5af2d6e84c
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue