Convert WindowEvent from a reference in iced_winit
This commit is contained in:
parent
4d3afe2f0c
commit
e23e93218c
3 changed files with 14 additions and 14 deletions
|
|
@ -378,7 +378,7 @@ pub trait Application: Sized {
|
|||
}
|
||||
|
||||
if let Some(event) = conversion::window_event(
|
||||
window_event,
|
||||
&window_event,
|
||||
size.scale_factor(),
|
||||
modifiers,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue