mwg API
    Preparing search index...

    Interface SwipeActions

    where a swipe's own 8 directions and its short in-place tap map to, defaulting to this project's own default movement/wait bindings

    interface SwipeActions {
        down?: string;
        downLeft?: string;
        downRight?: string;
        left?: string;
        right?: string;
        tap?: string;
        up?: string;
        upLeft?: string;
        upRight?: string;
    }
    Index
    down?: string
    downLeft?: string
    downRight?: string
    left?: string
    right?: string
    tap?: string

    dispatched for a touch that moved less than minDistance; omit to ignore taps

    up?: string
    upLeft?: string
    upRight?: string