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