@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Module input/keyboard

    Event handling for keyboards

    studioKeywi

    Classes

    ActionCleared

    TODO: JSDocs

    ActionHeld

    TODO: JSDocs

    ActionPressed

    TODO: JSDocs

    ActionReleased

    TODO: JSDocs

    KeyBind

    TODO: JSDocs

    KeyUnbind

    TODO: JSDocs

    SequenceComplete

    TODO: JSDocs

    SequenceDropped

    TODO: JSDocs

    SequenceProgress

    TODO: JSDocs

    SequenceRegistered

    TODO: JSDocs

    SequenceUnregistered

    TODO: JSDocs

    Interfaces

    ActionData

    Metadata around a keyboard action

    InputEvents

    Events that can be emitted during keyboard handling

    KeyboardHandler

    The KeyboardHandler manages keyboard based events and translates into game events

    SequenceData

    Metadata around a keyboard sequence

    Type Aliases

    HeldState

    Represents the state of a given action registered to the keyboard handler

    Functions

    createKeyHandler

    The KeyboardHandler provides utilities around binding keyboard input to "actions" (single key presses of significance) and "sequences" (series of key presses in exact order within a set rate of input)