1
2
3
4
5
//! Listen to window events.

mod event;

pub use event::Event;