5 using SiliconStudio.Core.Mathematics;
7 namespace SiliconStudio.
Paradox.Input
17 public int NumberOfTaps {
get;
internal set; }
22 public Vector2 TapPosition {
get;
internal set; }
27 Type = GestureType.Tap;
28 State = GestureState.Occurred;
29 DeltaTime = takenTime;
30 TotalTime = takenTime;
31 NumberOfFinger = numberOfFingers;
32 NumberOfTaps = numberOfTaps;
33 TapPosition = position;
Represents a two dimensional mathematical vector.