Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3053
void setAwakeRequired()
3054
{
3055
SetThreadExecutionState(ES_CONTINUOUS | ES_DISPLAY_REQUIRED
3056
| ES_SYSTEM_REQUIRED);
3057
}
3058
3059
void unsetAwakeRequired()
3060
{
Callers
1
initSignals
Method · 0.85
Calls
1
sendInhabitMessage
Function · 0.85
Tested by
no test coverage detected