equal
deleted
inserted
replaced
34 /* |
34 /* |
35 * Méthode appelée lorsque on a l'événement : La main gauche est sortie du champ. |
35 * Méthode appelée lorsque on a l'événement : La main gauche est sortie du champ. |
36 */ |
36 */ |
37 public void ShowOnScreen(object o, LeftHandQuitEventArgs e) |
37 public void ShowOnScreen(object o, LeftHandQuitEventArgs e) |
38 { |
38 { |
39 Joint handJoint = e.handJoint; |
|
40 //On l'indique dans le debug. |
39 //On l'indique dans le debug. |
41 e.debug.showLeftHandRect(false); |
40 e.debug.showLeftHandRect(false); |
42 e.debug.showLeftHandCoord(""); |
41 e.debug.showLeftHandCoord(""); |
43 e.debug.ExceptionLbl.Background = System.Windows.Media.Brushes.Transparent; |
42 e.debug.ExceptionLbl.Background = System.Windows.Media.Brushes.Transparent; |
44 //On notifie le serveur TUIO. |
43 //On notifie le serveur TUIO. |