Refine editor host boundary

This commit is contained in:
2026-04-27 22:21:40 +08:00
parent 9428fec350
commit 520413fa0d
82 changed files with 119 additions and 106 deletions

View File

@@ -124,7 +124,7 @@ if(TARGET XCEditorCore)
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Composition
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Core
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Features
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Host
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Host/Interfaces
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Rendering
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Scene
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Services

View File

@@ -2,7 +2,7 @@
#include <XCEditor/Shell/UIEditorShellCapturePolicy.h>
#include <XCEditor/Workspace/UIEditorWorkspaceCompose.h>
#include "app/Platform/Win32/EditorWindowPointerCapture.h"
#include "app/Host/Interfaces/EditorWindowPointerCapture.h"
#include <gtest/gtest.h>

View File

@@ -4,7 +4,7 @@
#include <gtest/gtest.h>
#include "app/Platform/Win32/InputModifierTracker.h"
#include "app/Host/Win32/InputModifierTracker.h"
#include <XCEngine/UI/Types.h>