pub type WinitWindowEventResult = EventResult;
👎Deprecated: Renamed to
EventResult
Available on crate feature
unstable-winit-030
only.Expand description
Deprecated alias to EventResult
Aliased Type§
pub enum WinitWindowEventResult {
Propagate,
PreventDefault,
}