Interface ISwipeCanMoveArg

interface ISwipeCanMoveArg {
    diff: ISwipeVec2;
    matrix: ISwipeMatrix;
    start: ISwipeVec2;
    type: "touch" | "mouse";
}

Properties

Properties

matrix: ISwipeMatrix
start: ISwipeVec2
type: "touch" | "mouse"