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