Exemple #1
0
 public static TouchList CreateTouchList(Touch[] touches)
 {
     return default(TouchList);
 }
 public TouchList CreateTouchList(Touch touch, params Touch[] touches)
 {
     return default(TouchList);
 }