Type Alias nannou::window::EventFn

source ·
pub type EventFn<Model> = fn(_: &App, _: &mut Model, _: WindowEvent);
Expand description

A function for processing window events.