pub type ResizedFn<Model> = fn(_: &App, _: &mut Model, _: Vec2);
A function for processing window resized events.