middleware/src/Tracking/Events/SwipeEventArgs.cs
changeset 3 92f19af39024
parent 0 6fefd4afe506
child 8 e4e7db2435f8
equal deleted inserted replaced
2:11234537653b 3:92f19af39024
     1 using System;
     1 /*
       
     2  * Projet : TraKERS
       
     3  * Module : MIDDLEWARE
       
     4  * Sous-Module : Tracking/Events
       
     5  * Classe : SwipeEventArgs
       
     6  * 
       
     7  * Auteur : alexandre.bastien@iri.centrepompidou.fr
       
     8  * 
       
     9  * Fonctionnalités : Cette classe contient les membres utilisés lors de l'appel au listener correspondant
       
    10  * à l'événement : L'utilisateur a effectué un swipe.
       
    11  */
       
    12 
       
    13 using System;
     2 using System.Collections.Generic;
    14 using System.Collections.Generic;
     3 using System.Linq;
    15 using System.Linq;
     4 using System.Text;
    16 using System.Text;
     5 using Trakers.Communication;
    17 using Trakers.Communication;
     6 using Trakers.Tracking.Gestures;
    18 using Trakers.Tracking.Gestures;