Function mallumo::convert_window_event [] [src]

pub fn convert_window_event(e: WindowEvent, window: &GlWindow) -> Option<Input>

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

This is useful for multi-window applications.