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

Method close

src/SFML/Window/WindowBase.cpp:127–131  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

125
126////////////////////////////////////////////////////////////
127void WindowBase::close()
128{
129 // Delete the window implementation
130 m_impl.reset();
131}
132
133
134////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

resetMethod · 0.80

Tested by

no test coverage detected