Add file events to iced_native:🪟:Event

This commit is contained in:
Héctor Ramón Jiménez 2020-01-16 07:12:59 +01:00
parent 5de404ddd9
commit f73bacb454
6 changed files with 29 additions and 8 deletions

View file

@ -159,7 +159,7 @@ where
self.children.iter_mut().zip(layout.children()).for_each(
|(child, layout)| {
child.widget.on_event(
event,
event.clone(),
layout,
cursor_position,
messages,

View file

@ -160,7 +160,7 @@ where
self.children.iter_mut().zip(layout.children()).for_each(
|(child, layout)| {
child.widget.on_event(
event,
event.clone(),
layout,
cursor_position,
messages,