Interface KeyBinderBuilder

The binding builder API that support key-based routines

interface KeyBinderBuilder {
    with(isCode, ...keysOrCodes): KeyBinderBuilder;
}

Hierarchy

Methods

Methods

  • Defines the key values the binding will check. On a key interaction, the pressed keys will be checked against the given key values. The set of pressed keys must match the given key values.

    Parameters

    Returns KeyBinderBuilder

    A clone of the current builder to chain the building configuration.

Generated using TypeDoc