Function on_mousemove

Source
pub fn on_mousemove<F>(callback: F)
where F: Fn(&MouseEvent) + 'static,