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
fn wakeup_event_loop(&self)
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.