Refactor XCEditor into library-style layout

This commit is contained in:
2026-04-06 20:02:34 +08:00
parent f16620afc6
commit 2a61f0b20a
60 changed files with 524 additions and 502 deletions

View File

@@ -4,7 +4,7 @@
#include <gtest/gtest.h>
#include <XCNewEditor/Host/InputModifierTracker.h>
#include "Host/InputModifierTracker.h"
#include <XCEngine/UI/Types.h>
@@ -12,7 +12,7 @@
namespace {
using XCEngine::XCUI::Host::InputModifierTracker;
using XCEngine::UI::Editor::Host::InputModifierTracker;
using XCEngine::UI::UIInputEventType;
TEST(InputModifierTrackerTest, ControlStatePersistsAcrossChordKeyDownAndClearsOnKeyUp) {