Script API - v1.21.120
    Preparing search index...

    Interface IRegisteredKeyBinding

    Advertisement

    Key binding that is registered to an input context

    interface IRegisteredKeyBinding {
        id: string;
        getProcessingState(): KeyProcessingState;
        setProcessingState(newState: KeyProcessingState): void;
    }
    Index

    Properties

    id: string

    Unique identifier for the binding.

    Methods

    • Parameters

      Returns void

      Updates how the key input will be processed for this binding. If undefined, it will be consumed.

    Advertisement