Skip to content
TypeAliasInput & Controls@public

FlxSwipeDirection

Cardinal direction of a recognized swipe.

ts
export type FlxSwipeDirection = 'down' | 'left' | 'right' | 'up'

Released under the MIT License.