Function on_mousedown

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