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

Method zoom

src/SFML/Graphics/View.cpp:148–151  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

146
147////////////////////////////////////////////////////////////
148void View::zoom(float factor)
149{
150 setSize(m_size * factor);
151}
152
153
154////////////////////////////////////////////////////////////

Callers 1

View.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected