Function on_mouseup

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