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