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

Method setVerticalSyncEnabled

src/SFML/Window/Window.cpp:160–164  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

158
159////////////////////////////////////////////////////////////
160void Window::setVerticalSyncEnabled(bool enabled)
161{
162 if (setActive())
163 m_context->setVerticalSyncEnabled(enabled);
164}
165
166
167////////////////////////////////////////////////////////////

Callers 10

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
ApplicationMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected