Esempio n. 1
0
 private void AddSelfTouchGesture(Point3D correction)
 {
     _user.AddSelfTouchGesture(correction, JointID.HandLeft, JointID.ShoulderRight).SelfTouchDetected +=
         SelfTouch;
     Trace.Write(string.Format("Correction {0}", correction.GetDebugString()));
 }