Trait rinwindow::events::WindowEvents[][src]

pub trait WindowEvents<'a> {
    fn resized(self) -> Stream<'a, Vec2<i32>>;
fn moved(self) -> Stream<'a, Pnt2<i32>>;
fn closing(self) -> Stream<'a, bool>; }

Required Methods

Implementors