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

Function ddio_InternalKeySuspend

ddio/lnxkey.cpp:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void ddio_InternalKeySuspend() {
143 switch (Keyboard_mode) {
144 case Input_null:
145 ddio_null_InternalKeySuspend();
146 break;
147 case Input_sdl:
148 return ddio_sdl_InternalKeySuspend();
149 }
150}
151
152void ddio_InternalKeyResume() {
153 switch (Keyboard_mode) {

Callers 1

ddio_SuspendFunction · 0.85

Calls 2

Tested by

no test coverage detected