GestureSampleΒΆ
-
struct
GestureSample: System.ValueType Represents data from a multi-touch gesture over a span of time.
-
readonly GestureType
GestureType Gets the type of the gesture.
-
readonly System.TimeSpan
Timestamp Gets the starting time for this multi-touch gesture sample.
-
readonly Vector2
Position Gets the position of the first touch-point in the gesture sample.
-
readonly Vector2
Position2 Gets the position of the second touch-point in the gesture sample.
-
readonly Vector2
Delta Gets the delta information for the first touch-point in the gesture sample.
-
readonly Vector2
Delta2 Gets the delta information for the second touch-point in the gesture sample.
-
readonly GestureType