WinitWindowEventResult

Type Alias WinitWindowEventResult 

Source
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,
}

Variants§

§

Propagate

The winit event should propagate normally.

§

PreventDefault

The winit event shouldn’t be processed further.