weasel API - v0.8.0
    Preparing search index...

    Interface DragGestureController

    interface DragGestureController {
        isActive: boolean;
        phase: DragGesturePhase;
        cancel(): void;
        end(): void;
        move(point: DragGesturePoint, modifiers: ModifierState): boolean;
        start(point: DragGesturePoint, modifiers: ModifierState): void;
    }
    Index

    Properties

    Methods

    Properties

    isActive: boolean

    Methods