Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ GetMonitorCount
Method
GetMonitorCount
Source/Internal/config.cpp:151–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
int Config::GetMonitorCount() {
152
return SDL_GetNumVideoDisplays();
153
}
154
155
std::vector<Resolution> Config::GetPossibleResolutions() {
156
int targetMonitor = GetRef(
"target_monitor"
).toNumber<int>();
Callers
1
InitScreen
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected