Function nannou_conrod::winit_window_event_to_input[][src]

pub fn winit_window_event_to_input(
    event: &WindowEvent<'_>,
    window: &Window
) -> Option<Input>
Expand description

Convert the given window event to a UI Input.

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