MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ddio_KeyClose

Function ddio_KeyClose

ddio/key.cpp:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void ddio_KeyClose() {
168 if (DDIO_key_init) {
169 ddio_InternalKeyClose();
170 DDIO_key_init = 0;
171 }
172}
173
174// ----------------------------------------------------------------------------
175// Keyboard accessor functions

Callers 1

ddio_CloseFunction · 0.85

Calls 1

ddio_InternalKeyCloseFunction · 0.85

Tested by

no test coverage detected