Exemplo n.º 1
0
 void _CheckIfSegmented()
 {
     if (mCurrSegmentSize >= _minSegmentSize)
     {
         Console.WriteLine("Segmented gesture");
         LastGesture = InputGesture.FromJointStates(mCurrGesture);
         GestureSegmented(this, null);
     }
 }