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

Method getSize

src/SFML/Window/WindowBase.cpp:191–194  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

189
190////////////////////////////////////////////////////////////
191Vector2u WindowBase::getSize() const
192{
193 return m_size;
194}
195
196
197////////////////////////////////////////////////////////////

Callers 1

initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected