Function nannou::ui::glutin_window_event_to_input[][src]

pub fn glutin_window_event_to_input(
    event: WindowEvent,
    window: &Window
) -> Option<Input>

Convert the given window event to a UI Input.

Returns None if there's no associated UI Input for the given event.