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