MCPcopy Create free account
hub / github.com/deskflow/deskflow / disableSleep

Method disableSleep

src/lib/platform/MSWindowsPowerManager.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void MSWindowsPowerManager::disableSleep()
17{
18 ArchMiscWindows::addBusyState(ArchMiscWindows::kSYSTEM);
19 ArchMiscWindows::addBusyState(ArchMiscWindows::kDISPLAY);
20}
21
22void MSWindowsPowerManager::enableSleep()
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected