Trait rinwindow::events::MouseMovedEvents[][src]

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

Required Methods

Implementors