Ejemplo n.º 1
0
 /// <summary>
 /// Proceed to the next calibration step of the fingers.
 /// </summary>
 /// <returns></returns>
 private bool NextCalibrationStep()
 {
     if (glove != null && glove.IsConnected())
     {
         glove.NextCalibrationStep();
         return(true);
     }
     return(false);
 }