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

Method getMaximumSize

src/SFML/Window/WindowImpl.cpp:201–204  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

199
200////////////////////////////////////////////////////////////
201std::optional<Vector2u> WindowImpl::getMaximumSize() const
202{
203 return m_maximumSize;
204}
205
206
207////////////////////////////////////////////////////////////

Callers 2

setSizeMethod · 0.45
setMinimumSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected