Trait suzy::platform::EventLoopState[][src]

pub trait EventLoopState {
    fn request_shutdown(&mut self);
}

A trait which the event handler can use to shutdown the event loop.

Required methods

fn request_shutdown(&mut self)[src]

Signal that the event loop should stop.

Loading content...

Implementors

Loading content...