WindowEventFn

Type Alias WindowEventFn 

Source
pub type WindowEventFn<T> = fn(app_data: &AppData, state: &mut T, window_event: &WindowEvent<'_>);