Struct glutin::WindowProxy [] [src]

pub struct WindowProxy {
    // some fields omitted
}
[]

Represents a thread safe subset of operations that can be called on a window. This structure can be safely cloned and sent between threads.

Methods

impl WindowProxy
[src]

[]

Triggers a blocked event loop to wake up. This is typically called when another thread wants to wake up the blocked rendering thread to cause a refresh.

Trait Implementations

impl Clone for WindowProxy
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more