MCPcopy 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
151int Config::GetMonitorCount() {
152 return SDL_GetNumVideoDisplays();
153}
154
155std::vector<Resolution> Config::GetPossibleResolutions() {
156 int targetMonitor = GetRef("target_monitor").toNumber<int>();

Callers 1

InitScreenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected