Function mallumo::convert_event [] [src]

pub fn convert_event(e: Event, window: &GlWindow) -> Option<Input>

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

This can be useful for single-window applications.