MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / getSize

Method getSize

src/Core/System/Window.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 Transform::UnitVector Window::getSize() const
103 {
104 const sf::Vector2u windowSize = m_window.getSize();
105 return Transform::UnitVector(
106 windowSize.x, windowSize.y, Transform::Units::ScenePixels);
107 }
108
109 bool Window::isOpen() const
110 {

Callers

nothing calls this directly

Calls 1

UnitVectorClass · 0.85

Tested by

no test coverage detected