Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ ApplyScreenSaverLockSetting
Function
ApplyScreenSaverLockSetting
src/openrct2-ui/interface/Window.cpp:318–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
}
317
318
void ApplyScreenSaverLockSetting()
319
{
320
Config::Get().general.disableScreensaver ? SDL_DisableScreenSaver() : SDL_EnableScreenSaver();
321
}
322
323
void Window::scrollToViewport()
324
{
Callers
2
CreateWindow
Function · 0.85
DisplayMouseUp
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected