MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / windowSize

Method windowSize

source/windowing/StarPaneManager.cpp:353–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353Vec2I PaneManager::windowSize() const {
354 return Vec2I(m_context->windowInterfaceSize());
355}
356
357Vec2I PaneManager::calculatePaneOffset(PanePtr const& pane) const {
358 Vec2I size = pane->size();

Callers

nothing calls this directly

Calls 1

windowInterfaceSizeMethod · 0.80

Tested by

no test coverage detected