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

Method close

src/SFML/Window/Window.cpp:140–147  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

138
139////////////////////////////////////////////////////////////
140void Window::close()
141{
142 // Delete the context
143 m_context.reset();
144
145 // Close the base window
146 WindowBase::close();
147}
148
149
150////////////////////////////////////////////////////////////

Callers 15

Socket.test.cppFile · 0.45
updateMethod · 0.45
~JoystickManagerMethod · 0.45
~SensorManagerMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 2

closeFunction · 0.85
resetMethod · 0.80

Tested by

no test coverage detected