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

Function ddio_InternalResetKey

ddio/lnxkey.cpp:173–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void ddio_InternalResetKey(uint8_t key) {
174 switch (Keyboard_mode) {
175 case Input_null:
176 ddio_null_InternalResetKey(key);
177 break;
178 case Input_sdl:
179 return ddio_sdl_InternalResetKey(key);
180 }
181}
182
183bool ddio_KeyFrame() {
184 switch (Keyboard_mode) {

Callers 1

ddio_KeyFlushFunction · 0.85

Calls 2

Tested by

no test coverage detected