Struct nannou::event::WindowEvent [] [src]

pub struct WindowEvent {
    pub simple: Option<SimpleWindowEvent>,
    pub raw: WindowEvent,
}

Fields

A simplified, interpreted version of the raw glutin::WindowEvent emitted via glutin.

See the SimpleWindowEvent

The original event type produced by glutin.

Trait Implementations

impl Clone for WindowEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for WindowEvent
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for WindowEvent

impl Sync for WindowEvent