Function conrod::backend::piston::window::convert_event [] [src]

pub fn convert_event<E, B>(event: E, window: &Window<B>) -> Option<Input> where
    E: GenericEvent,
    B: BasicWindow

Converts any GenericEvent to a Raw conrod event.