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