middleware/src/Tracking/Events/LeftHandQuitListener.cs
changeset 13 50de8e8f44d7
parent 8 e4e7db2435f8
equal deleted inserted replaced
12:a446351f08c0 13:50de8e8f44d7
    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.