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

@ -9,7 +9,7 @@ use crate::{
/// additional events, feel free to [open an issue] and share your use case!_
///
/// [open an issue]: https://github.com/hecrj/iced/issues
#[derive(PartialEq, Clone, Copy, Debug)]
#[derive(PartialEq, Clone, Debug)]
pub enum Event {
/// A keyboard event
Keyboard(keyboard::Event),