Пример #1
0
 private void RaisePaperPostureSucceed(PostureEventArgs e)
 {
     if (PaperPostureSucceed != null)
     {
         PaperPostureSucceed(this, e);
     }
 }
Пример #2
0
 private void RaiseTwoPostureSucceed(PostureEventArgs e)
 {
     if (TwoFingersPostureSucceed != null)
     {
         TwoFingersPostureSucceed(this, e);
     }
 }
Пример #3
0
 private void RaiseZeroPostureDetectionLost(PostureEventArgs e)
 {
     if (ZeroFingerPostureDetectionLost != null)
         ZeroFingerPostureDetectionLost(this, e);
 }
Пример #4
0
 private void RaiseOnePostureDetectionLost(PostureEventArgs e)
 {
     if (OneFingerPostureDetectionLost != null)
         OneFingerPostureDetectionLost(this, e);
 }
Пример #5
0
 private void RaiseTwoPostureDetectionInProgress(PostureEventArgs e)
 {
     if (TwoFingersPostureDetectionInProgress != null)
     {
         TwoFingersPostureDetectionInProgress(this, e);
     }
 }
Пример #6
0
 private void RaiseFourPostureDetectionInProgress(PostureEventArgs e)
 {
     if (FourFingersPostureDetectionInProgress != null)
     {
         FourFingersPostureDetectionInProgress(this, e);
     }
 }
Пример #7
0
 private void RaiseFourPostureSucceed(PostureEventArgs e)
 {
     if (FourFingersPostureSucceed != null)
     {
         FourFingersPostureSucceed(this, e);
     }
 }
Пример #8
0
 private void RaiseScissorsPostureSucceed(PostureEventArgs e)
 {
     if (ScissorsPostureSucceed != null)
     {
         ScissorsPostureSucceed(this, e);
     }
 }
Пример #9
0
 private void OnFourFingersPostureDetectionLost(object sender, PostureEventArgs e)
 {
     RaiseFourPostureDetectionLost(e);
 }
Пример #10
0
 private void RaiseScissorsPostureDetectionInProgress(PostureEventArgs e)
 {
     if (ScissorsPostureDetectionInProgress != null)
     {
         ScissorsPostureDetectionInProgress(this, e);
     }
 }
Пример #11
0
 private void RaiseScissorsPostureDetectionLost(PostureEventArgs e)
 {
     if (ScissorsPostureDetectionLost != null)
         ScissorsPostureDetectionLost(this, e);
 }
Пример #12
0
 private void RaiseRockPostureSucceed(PostureEventArgs e)
 {
     if (RockPostureSucceed != null)
     {
         RockPostureSucceed(this, e);
     }
 }
Пример #13
0
 private void RaiseRockPostureDetectionLost(PostureEventArgs e)
 {
     if (RockPostureDetectionLost != null)
         RockPostureDetectionLost(this, e);
 }
Пример #14
0
 private void RaiseRockPostureDetectionInProgress(PostureEventArgs e)
 {
     if (RockPostureDetectionInProgress != null)
     {
         RockPostureDetectionInProgress(this, e);
     }
 }
Пример #15
0
 private void OnZeroFingerPostureDetectionLost(object sender, PostureEventArgs e)
 {
     RaiseZeroPostureDetectionLost(e);
 }
Пример #16
0
 private void OnFourFingersPostureSucceed(object sender, PostureEventArgs e)
 {
     RaiseFourPostureSucceed(e);
 }
Пример #17
0
 private void OnZeroFingerPostureSucceed(object sender, PostureEventArgs e)
 {
     RaiseZeroPostureSucceed(e);
 }
Пример #18
0
 private void OnOneFingerPostureDetectionLost(object sender, PostureEventArgs e)
 {
     RaiseOnePostureDetectionLost(e);
 }
Пример #19
0
 private void RaiseFourPostureDetectionLost(PostureEventArgs e)
 {
     if (FourFingersPostureDetectionLost != null)
         FourFingersPostureDetectionLost(this, e);
 }
Пример #20
0
 private void OnOneFingerPostureSucceed(object sender, PostureEventArgs e)
 {
     RaiseOnePostureSucceed(e);
 }
Пример #21
0
 private void RaiseOnePostureDetectionInProgress(PostureEventArgs e)
 {
     if (OneFingerPostureDetectionInProgress != null)
     {
         OneFingerPostureDetectionInProgress(this, e);
     }
 }
Пример #22
0
 private void OnTwoFingersPostureDetectionInProgress(object sender, PostureEventArgs e)
 {
     RaiseTwoPostureDetectionInProgress(e);
 }
Пример #23
0
 private void RaiseOnePostureSucceed(PostureEventArgs e)
 {
     if (OneFingerPostureSucceed != null)
     {
         OneFingerPostureSucceed(this, e);
     }
 }
Пример #24
0
 private void OnTwoFingersPostureDetectionLost(object sender, PostureEventArgs e)
 {
     RaiseTwoPostureDetectionLost(e);
 }
Пример #25
0
 private void RaiseTwoPostureDetectionLost(PostureEventArgs e)
 {
     if (TwoFingersPostureDetectionLost != null)
         TwoFingersPostureDetectionLost(this, e);
 }
Пример #26
0
 private void OnTwoFingersPostureSucceed(object sender, PostureEventArgs e)
 {
     RaiseTwoPostureSucceed(e);
 }
Пример #27
0
 private void RaiseZeroPostureDetectionInProgress(PostureEventArgs e)
 {
     if (ZeroFingerPostureDetectionInProgress != null)
     {
         ZeroFingerPostureDetectionInProgress(this, e);
     }
 }
Пример #28
0
 private void OnZeroFingerPostureDetectionInProgress(object sender, PostureEventArgs e)
 {
     RaiseZeroPostureDetectionInProgress(e);
 }
Пример #29
0
 private void RaiseZeroPostureSucceed(PostureEventArgs e)
 {
     if (ZeroFingerPostureSucceed != null)
     {
         ZeroFingerPostureSucceed(this, e);
     }
 }
Пример #30
0
 private void RaisePaperPostureDetectionLost(PostureEventArgs e)
 {
     if (PaperPostureDetectionLost != null)
         PaperPostureDetectionLost(this, e);
 }