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

Method setSize

src/SFML/Graphics/View.cpp:58–64  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

56
57////////////////////////////////////////////////////////////
58void View::setSize(Vector2f size)
59{
60 m_size = size;
61
62 m_transformUpdated = false;
63 m_invTransformUpdated = false;
64}
65
66
67////////////////////////////////////////////////////////////

Callers 11

View.test.cppFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
updateMethod · 0.45
updateGlyphBoxMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected