Type Definition wineventhook::EventPredicate

source ·
pub type EventPredicate = fn(_: &WindowEvent) -> bool;
Expand description

A filter for window events.