revert WindowEvent traits
This commit is contained in:
parent
2bf229575f
commit
ed1db27f52
|
@ -74,7 +74,7 @@ pub enum MouseEvent {
|
|||
CursorLeft,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq)]
|
||||
pub enum WindowEvent {
|
||||
Resized(WindowInfo),
|
||||
Focused,
|
||||
|
|
Loading…
Reference in a new issue