Function on_touchend

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