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

Function ddio_InternalKeyFrame

ddio/lnxkey.cpp:194–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void ddio_InternalKeyFrame(void) {
195 switch (Keyboard_mode) {
196 case Input_null:
197 ddio_null_InternalKeyFrame();
198 break;
199 case Input_sdl:
200 return ddio_sdl_InternalKeyFrame();
201 }
202}
203
204void ddio_SetKeyboardLanguage(int) {}

Callers 1

ddio_FrameFunction · 0.85

Calls 2

Tested by

no test coverage detected