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