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

Function TelCom_PrepareCustomKeyEvents

Descent3/TelCom.cpp:4080–4087  ·  view source on GitHub ↗

Prepares to handle custom keys */

Source from the content-addressed store, hash-verified

4078 Prepares to handle custom keys
4079*/
4080void TelCom_PrepareCustomKeyEvents(void) {
4081 tCustomKeyEventID *curr = Telcom_custom_key_event_root;
4082
4083 while (curr) {
4084 curr->downcount = 0;
4085 curr = curr->next;
4086 }
4087}
4088
4089/*
4090 Post process custom keys

Callers 1

TelComHandleAllEventsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected