new_editor: reduce app shell capture plumbing

This commit is contained in:
2026-04-22 16:34:28 +08:00
parent 2c2a8b8669
commit c42fd4d48b
12 changed files with 101 additions and 174 deletions

View File

@@ -368,14 +368,6 @@ UIRect HierarchyPanel::BuildRenameBounds(
hostedMetrics);
}
bool HierarchyPanel::WantsHostPointerCapture() const {
return m_dragState.requestPointerCapture;
}
bool HierarchyPanel::WantsHostPointerRelease() const {
return m_dragState.requestPointerRelease;
}
bool HierarchyPanel::HasActivePointerCapture() const {
return TreeDrag::HasActivePointerCapture(m_dragState);
}