MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isOSUsingDarkColorScheme

Method isOSUsingDarkColorScheme

src/eepp/system/sys.cpp:2265–2271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2263}
2264
2265bool Sys::isOSUsingDarkColorScheme( bool allowUsingCached ) {
2266 static bool isUsingDarkColorScheme = _isOSUsingDarkColorScheme();
2267 if ( allowUsingCached )
2268 return isUsingDarkColorScheme;
2269 isUsingDarkColorScheme = _isOSUsingDarkColorScheme();
2270 return isUsingDarkColorScheme;
2271}
2272
2273}} // namespace EE::System

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected