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

    Interface UseKeyboardControlsReturn

    Return type for useKeyboardControls hook

    interface UseKeyboardControlsReturn {
        queuedInputs: readonly QueuedInput[];
        showHints: boolean;
        toggleHints: () => void;
    }
    Index

    Properties

    queuedInputs: readonly QueuedInput[]

    Queued inputs for display

    showHints: boolean

    Whether hints are visible

    toggleHints: () => void

    Toggle hints visibility