equal
deleted
inserted
replaced
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; |