TouchUp() public method

public TouchUp ( ) : bool
return bool
Esempio n. 1
0
 private void OnTouchEnd(int x, int y)
 {
     Debug.WriteLine("end. location: {0},{1}", x, y);
     controller.TouchUp();
 }