Function on_touchstart

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