Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
configure
Method · 0.80
setVSyncEnabled
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected