@cartridge-engine/keyboard-engine
    Preparing search index...

    Function createGlobalKeyProcessor

    • Create a processor for global single-key bindings.

      Iterates registered global keys, filters by the given affectOverlay flag, applies executeWhenNoOverlay / override (cover) / category / times / when constraints, and fires the first matching entry. Entries are matched against the phase via their affectLayer field: true entries run in the overlay phase (before the layer broadcast), false entries in the screen phase (after it).

      Type Parameters

      • TComponent

      Parameters

      • config: { affectOverlay: boolean }

      Returns PipelineProcessor<TComponent>