@minecraft
    Preparing search index...

    Interface IRegisteredKeyBinding

    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