Refactor new_editor window architecture and routing
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "Ports/SystemInteractionPort.h"
|
||||
#include "System/SystemInteractionService.h"
|
||||
|
||||
namespace XCEngine::UI::Editor::Host {
|
||||
|
||||
class Win32SystemInteractionHost final : public Ports::SystemInteractionPort {
|
||||
class Win32SystemInteractionHost final : public System::SystemInteractionService {
|
||||
public:
|
||||
bool CopyTextToClipboard(std::string_view text) override;
|
||||
bool RevealPathInFileBrowser(
|
||||
|
||||
Reference in New Issue
Block a user