Example #1
0
 public bool OnDoubleTap(MotionEvent e)
 {
     _gestureManager.OnDoubleTap(e);
     return(true);
 }