void StopGestureDetection()
 {
     GestureInterface.StopGestureDetection();
     ClearState();
 }
예제 #2
0
 public override void StopDetection()
 {
     GestureInterface.StopGestureDetection();
     lastIndex = -1;
 }