diff -r 92f19af39024 -r f4e52a4c34b3 middleware/src/Tracking/Events/SwipeEventListener.cs --- a/middleware/src/Tracking/Events/SwipeEventListener.cs Thu Mar 15 13:33:21 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading; - -namespace Trakers.Tracking.Events -{ - public class SwipeEventListener - { - /* - * Méthode appelée lorsque on a l'événement : L'utilisateur a effectué un swipe. - */ - public void ShowOnScreen(object o, SwipeEventArgs e) - { - //On l'indique dans le debug. - e.debug.showSwipe(); - //e.debug.ExceptionLbl.Content = "SWIPE"; - //On notifie le serveur TUIO. - //e.server.LeftHandQuit(o, e); - } - } -}