Trait lambda::core::window::WindowAPI

source ·
pub trait WindowAPI {
    fn new() -> Self;
    fn redraw(&self);
    fn close(&self);
}
Expand description

The base window trait that every lambda window implementation must have to work with lambda::core components.

Required Methods§

Implementors§