pub fn convert_window_event<W>(e: WindowEvent, window: &W) -> Option<Input>where
    W: WinitWindow,
Expand description

A function for converting a winit::WindowEvent to a conrod::event::Input.

This is useful for multi-window applications.