Enum sdl2::event::WindowEventId[src]

pub enum WindowEventId {
    NoneWindowEventId,
    ShownWindowEventId,
    HiddenWindowEventId,
    ExposedWindowEventId,
    MovedWindowEventId,
    ResizedWindowEventId,
    SizeChangedWindowEventId,
    MinimizedWindowEventId,
    MaximizedWindowEventId,
    RestoredWindowEventId,
    EnterWindowEventId,
    LeaveWindowEventId,
    FocusGainedWindowEventId,
    FocusLostWindowEventId,
    CloseWindowEventId,
}

An enum of window events.

Variants

NoneWindowEventId
ShownWindowEventId
HiddenWindowEventId
ExposedWindowEventId
MovedWindowEventId
ResizedWindowEventId
SizeChangedWindowEventId
MinimizedWindowEventId
MaximizedWindowEventId
RestoredWindowEventId
EnterWindowEventId
LeaveWindowEventId
FocusGainedWindowEventId
FocusLostWindowEventId
CloseWindowEventId

Trait Implementations

Derived Implementations

impl Show for WindowEventId

fn fmt(&self, __arg_0: &mut Formatter) -> Result