Struct amethyst::WindowEvent [] [src]

pub struct WindowEvent {
    pub payload: Event,
}

A window-generated event.

Fields

Underlying Glutin event type.

Methods

impl WindowEvent
[src]

Creates a new window event from the given Glutin event.

Trait Implementations

impl Component for WindowEvent
[src]

Associated storage type for this component.

impl Deref for WindowEvent
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for WindowEvent
[src]

The method called to mutably dereference a value