Trait rinwindow::events::MouseButtonEvents[][src]

pub trait MouseButtonEvents<'a> {
    fn over(self, area: Rect<f64>) -> Stream<'a, (Pnt2<f64>, MouseButton)>;
fn is_over(self, area: Rect<f64>) -> Stream<'a, bool>; }

Required Methods

Implementors