TouchDown() public method

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