Type Alias nannou::window::RawEventFn
source · pub type RawEventFn<Model> = fn(_: &App, _: &mut Model, _: &WindowEvent<'_>);
Expand description
A function for processing raw winit window events.
pub type RawEventFn<Model> = fn(_: &App, _: &mut Model, _: &WindowEvent<'_>);
A function for processing raw winit window events.