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

Method setVerticalSyncEnabled

src/Core/System/Window.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 void Window::setVerticalSyncEnabled(bool enabled)
126 {
127 m_window.setVerticalSyncEnabled(enabled);
128 }
129
130 void Window::setView(const sf::View& view)
131 {

Callers 2

configureMethod · 0.80
setVSyncEnabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected