Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ ddio_Suspend
Function
ddio_Suspend
ddio/ddio.cpp:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
}
131
void ddio_Suspend() {
132
ddio_InternalKeySuspend();
133
ddio_InternalMouseSuspend();
134
}
135
void ddio_Resume() {
136
ddio_InternalKeyResume();
137
ddio_InternalMouseResume();
Callers
1
pause
Method · 0.85
Calls
2
ddio_InternalKeySuspend
Function · 0.85
ddio_InternalMouseSuspend
Function · 0.85
Tested by
no test coverage detected