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

Function ddio_null_InternalKeyInit

ddio/lnxkey_null.cpp:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53} LKeys[DDIO_MAX_KEYS];
54
55bool ddio_null_InternalKeyInit(ddio_init_info *init_info) {
56 // reset key list
57 for (int i = 0; i < DDIO_MAX_KEYS; i++) {
58 LKeys[i].down_ticks = 0;
59 LKeys[i].up_ticks = 0;
60 LKeys[i].status = false;
61 }
62
63 return true;
64}
65
66void ddio_null_InternalKeyClose() {}
67

Callers 1

ddio_InternalKeyInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected