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

Function ddio_InternalKeyDownTime

ddio/lnxkey.cpp:162–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162float ddio_InternalKeyDownTime(uint8_t key) {
163 switch (Keyboard_mode) {
164 case Input_null:
165 return ddio_null_InternalKeyDownTime(key);
166 case Input_sdl:
167 return ddio_sdl_InternalKeyDownTime(key);
168 }
169
170 return 0.0f;
171}
172
173void ddio_InternalResetKey(uint8_t key) {
174 switch (Keyboard_mode) {

Callers 1

ddio_KeyDownTimeFunction · 0.85

Calls 2

Tested by

no test coverage detected