Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.6.9
    Preparing search index...

    Interface MobileControlsWrapperProps

    interface MobileControlsWrapperProps {
        currentStanceIndex: number;
        enabled: boolean;
        onAttack: () => void;
        onBlock: (eventType: ButtonEventType) => void;
        onGesture: (gesture: GestureEvent) => void;
        onMove: (direction: Direction | null, eventType: DPadEventType) => void;
        onStanceChange: (stanceIndex: number) => void;
        onStanceWheelToggle: () => void;
        stanceWheelExpanded: boolean;
    }
    Index

    Properties

    currentStanceIndex: number

    Current stance index (0-7)

    enabled: boolean

    Whether mobile controls are enabled

    onAttack: () => void

    Attack button handler

    onBlock: (eventType: ButtonEventType) => void

    Block button handler

    onGesture: (gesture: GestureEvent) => void

    Gesture handler

    onMove: (direction: Direction | null, eventType: DPadEventType) => void

    D-Pad movement handler

    onStanceChange: (stanceIndex: number) => void

    Stance change handler

    onStanceWheelToggle: () => void

    Stance wheel toggle handler

    stanceWheelExpanded: boolean

    Whether stance wheel is expanded