Function sauron::prelude::on_mousemove

source ·
pub fn on_mousemove<CB, MSG>(cb: CB) -> Attribute<MSG>
where CB: FnMut(MouseEvent) -> MSG + 'static, MSG: 'static,
Expand description

attach an on_mousemove event to the html element