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

Function ddio_InternalKeyClose

ddio/lnxkey.cpp:122–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void ddio_InternalKeyClose() {
123 switch (Keyboard_mode) {
124 case Input_null:
125 return ddio_null_InternalKeyClose();
126 case Input_sdl:
127 return ddio_sdl_InternalKeyClose();
128 }
129}
130
131bool ddio_InternalKeyState(uint8_t key) {
132 switch (Keyboard_mode) {

Callers 1

ddio_KeyCloseFunction · 0.85

Calls 2

Tested by

no test coverage detected