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

Function ddio_InternalKeyResume

ddio/lnxkey.cpp:152–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void ddio_InternalKeyResume() {
153 switch (Keyboard_mode) {
154 case Input_null:
155 ddio_null_InternalKeyResume();
156 break;
157 case Input_sdl:
158 return ddio_sdl_InternalKeyResume();
159 }
160}
161
162float ddio_InternalKeyDownTime(uint8_t key) {
163 switch (Keyboard_mode) {

Callers 1

ddio_ResumeFunction · 0.85

Calls 2

Tested by

no test coverage detected