MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / GetWindows

Function GetWindows

tests/stubs/platform-funcs.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46// --- platform-funcs.hpp stubs ---
47
48std::vector<WindowInfo> GetWindows(const WindowQueryOptions &)
49{
50 return g_windows;
51}
52
53std::string GetCurrentWindowTitle()
54{

Callers 2

GetMatchingWindowMethod · 0.50
CheckConditionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected