pub type EventReceiver = Rc<Receiver<(f64, WindowEvent)>>;
pub struct EventReceiver { /* private fields */ }