MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Controls_GetConfig

Function Controls_GetConfig

code/ui/ui_shared.cpp:5587–5594  ·  view source on GitHub ↗

================= Controls_GetConfig ================= */

Source from the content-addressed store, hash-verified

5585=================
5586*/
5587void Controls_GetConfig( void )
5588{
5589 size_t i;
5590
5591 // iterate each command, get its numeric binding
5592 for ( i = 0; i < g_bindCount; i++ )
5593 Controls_GetKeyAssignment( g_bindCommands[i], g_bindKeys[i] );
5594}
5595
5596
5597/*

Callers 2

UI_RunMenuScriptFunction · 0.70
String_InitFunction · 0.70

Calls 1

Tested by

no test coverage detected