SwipeEventArgs
Interface representing event arguments for the swipe event.
Properties
distanceX Number
Specifies the total swiped distance from the X position.
distanceY Number
Specifies the total swiped distance from the Y position.
name String
Specifies the name of the event.
originalEvent MouseTouchEventArgs
Specifies the original calling event.
startEvents MouseTouchEventArgs MouseTouchEventArgs
Specifies the event arguments for when a swiping event begins.
startX Number
Specifies the X position when the swiping event starts.
startY Number
Specifies the Y position when the swiping event starts.
swipeDirection String
Specifies the swiping direction.
velocity Number
Specifies the velocity of the swiping event.