winit's Event has more variants now
This commit is contained in:
parent
4f6a852652
commit
030261116d
|
@ -763,6 +763,7 @@ impl InputBackend for WinitInputBackend {
|
|||
*time_counter += 1;
|
||||
}
|
||||
Event::DeviceEvent { .. } => {}
|
||||
_ => {}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue