Skip to main content

FairnessEventType

Type Alias FairnessEventType 

Source
pub type FairnessEventType = EventType;
Expand description

Type alias for compatibility with program.rs

Aliased Type§

pub enum FairnessEventType {
    Input,
    Resize,
    Tick,
}

Variants§

§

Input

User input events (keyboard, mouse).

§

Resize

Terminal resize events.

§

Tick

Timer tick events.