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

    Interface KeyboardHintsProps

    Props for KeyboardHints component

    interface KeyboardHintsProps {
        currentStance: number;
        customBindings?: ControlBinding;
        isMobile?: boolean;
        visible: boolean;
    }
    Index

    Properties

    currentStance: number

    Current stance index (0-7) for highlighting

    customBindings?: ControlBinding

    Custom key bindings

    isMobile?: boolean

    Mobile layout flag

    visible: boolean

    Whether hints are visible