@minecraft
    正在准备搜索索引...

    接口 IGlobalInputManager

    interface IGlobalInputManager {
        registerKeyBinding(
            inputContextId: EditorInputContext,
            action: SupportedKeyboardActionTypes,
            binding: KeyBinding,
            info?: KeyBindingInfo,
        ): IRegisteredKeyBinding;
    }
    索引

    方法