InterfaceInput & Controls@public
FlxSwipe
A swipe published for the simulation step in which its touch ends.
ts
export interface FlxSwipeProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
direction | readonly | FlxSwipeDirection | - |
distance | readonly | number | - |
duration | readonly | number | - |
endX | readonly | number | - |
endY | readonly | number | - |
pointerId | readonly | number | - |
startX | readonly | number | - |
startY | readonly | number | - |