@game-vir/handle-input - v15.1.1
    Preparing search index...

    Variable readBindingsStageConst

    readBindingsStage: VirLineStage<ReadBindingsStageState<string>> = ...

    This stage reads all current bindings (set externally) and all current raw inputs (set by readRawInputStage) and then determines and sets the currently active bindings.

    By default, this stage allows any strings as binding names. Use createTypedReadBindingsStage to define this stage with a specific set of allowed binding names.