MCPcopy 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}
131void ddio_Suspend() {
132 ddio_InternalKeySuspend();
133 ddio_InternalMouseSuspend();
134}
135void ddio_Resume() {
136 ddio_InternalKeyResume();
137 ddio_InternalMouseResume();

Callers 1

pauseMethod · 0.85

Calls 2

ddio_InternalKeySuspendFunction · 0.85

Tested by

no test coverage detected