Exemplo n.º 1
0
 public static TouchList CreateTouchList(Touch[] touches)
 {
     return default(TouchList);
 }
Exemplo n.º 2
0
 public TouchList CreateTouchList(Touch touch, params Touch[] touches)
 {
     return default(TouchList);
 }