1
0
Fork 0

revert WindowEvent traits

This commit is contained in:
Billy Messenger 2020-10-15 13:24:08 -05:00
parent 2bf229575f
commit ed1db27f52

View file

@ -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,