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

Method getSize

src/SFML/Graphics/RenderWindow.cpp:64–67  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

62
63////////////////////////////////////////////////////////////
64Vector2u RenderWindow::getSize() const
65{
66 return Window::getSize();
67}
68
69
70////////////////////////////////////////////////////////////

Callers 1

setIconMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected