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

    Interface DragRadialController

    interface DragRadialController {
        isActive: boolean;
        overlay: DragRadialState | null;
        cancel(): void;
        end(): void;
        move(worldX: number, worldY: number, modifiers: ModifierState): boolean;
        start(worldX: number, worldY: number, modifiers: ModifierState): void;
    }
    Index

    Properties

    Methods

    Properties

    isActive: boolean
    overlay: DragRadialState | null

    Methods