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

Function ddio_null_InternalResetKey

ddio/lnxkey_null.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void ddio_null_InternalResetKey(uint8_t key) {
89 LKeys[key].down_time = 0.0f;
90 LKeys[key].up_time = 0.0f;
91 LKeys[key].status = false;
92}
93
94bool ddio_null_KeyFrame() { return true; }
95

Callers 1

ddio_InternalResetKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected