| 351 | } |
| 352 | |
| 353 | Vec2I PaneManager::windowSize() const { |
| 354 | return Vec2I(m_context->windowInterfaceSize()); |
| 355 | } |
| 356 | |
| 357 | Vec2I PaneManager::calculatePaneOffset(PanePtr const& pane) const { |
| 358 | Vec2I size = pane->size(); |
nothing calls this directly
no test coverage detected