new_editor: reduce app shell capture plumbing
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user