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

Method display

src/SFML/Window/Win32/WglContext.cpp:225–229  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

223
224////////////////////////////////////////////////////////////
225void WglContext::display()
226{
227 if (m_deviceContext && m_context)
228 SwapBuffers(m_deviceContext);
229}
230
231
232////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected