16 lines
339 B
C++
16 lines
339 B
C++
#pragma once
|
|
|
|
#include <XCEditor/Shell/UIEditorShellInteraction.h>
|
|
|
|
namespace XCEngine::UI {
|
|
struct UIPoint;
|
|
}
|
|
|
|
namespace XCEngine::UI::Editor {
|
|
|
|
bool ShouldStartImmediateUIEditorShellPointerCapture(
|
|
const UIEditorShellInteractionFrame& shellFrame,
|
|
const ::XCEngine::UI::UIPoint& clientPoint);
|
|
|
|
} // namespace XCEngine::UI::Editor
|