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

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

This can be useful for single-window applications.