예제 #1
0
 // -------------------
 public void SetThresholds(TouchGestureThresholds thresh)
 {
     this.thresh = thresh;
 }
예제 #2
0
 // -----------------
 public TouchGestureState(TouchGestureThresholds thresholds, TouchGestureConfig config) : base()
 {
     this.BasicConstructor(thresholds, config);
 }