MCPcopy Create free account
hub / github.com/KikoPlayProject/KikoPlay / setAwakeRequired

Function setAwakeRequired

UI/player.cpp:3053–3057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3051// MS Windows API
3052
3053void setAwakeRequired()
3054{
3055 SetThreadExecutionState(ES_CONTINUOUS | ES_DISPLAY_REQUIRED
3056 | ES_SYSTEM_REQUIRED);
3057}
3058
3059void unsetAwakeRequired()
3060{

Callers 1

initSignalsMethod · 0.85

Calls 1

sendInhabitMessageFunction · 0.85

Tested by

no test coverage detected