Beispiel #1
0
 private bool IsPinching()
 {
     return(_hand.GetFingerStrength(FingerType.Index) > 0.5f);
 }