void StopGestureDetection()
 {
     GestureInterface.StopGestureDetection();
     ClearState();
 }
Exemplo n.º 2
0
 public override void StopDetection()
 {
     GestureInterface.StopGestureDetection();
     lastIndex = -1;
 }