equal
deleted
inserted
replaced
34 /* |
34 /* |
35 * Méthode appelée lorsque on a l'événement : La main droite est sortie du champ. |
35 * Méthode appelée lorsque on a l'événement : La main droite est sortie du champ. |
36 */ |
36 */ |
37 public void ShowOnScreen(object o, RightHandQuitEventArgs e) |
37 public void ShowOnScreen(object o, RightHandQuitEventArgs 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.showRightHandRect(false); |
40 e.debug.showRightHandRect(false); |
42 e.debug.showRightHandCoord(""); |
41 e.debug.showRightHandCoord(""); |
43 //On notifie le serveur TUIO. |
42 //On notifie le serveur TUIO. |
44 e.server.RightHandQuit(o, e); |
43 e.server.RightHandQuit(o, e); |