Class SwipeEventArgs
Event data for Swipe event
public class SwipeEventArgs : EventArgs
- Inheritance
-
SwipeEventArgs
- Inherited Members
Constructors
SwipeEventArgs(SwipeDirection, Vector2)
Initialize Swipe event args
public SwipeEventArgs(SwipeDirection direction, Vector2 delta)
Parameters
direction
SwipeDirectiondelta
Vector2
Properties
Delta
The direction of swipe
public Vector2 Delta { get; }
Property Value
Direction
The direction of swipe
public SwipeDirection Direction { get; }