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

Function Key_Bindlist_f

code/client/cl_keys.cpp:1066–1071  ·  view source on GitHub ↗

============ Key_Bindlist_f ============ */

Source from the content-addressed store, hash-verified

1064============
1065*/
1066void Key_Bindlist_f( void ) {
1067 for ( size_t i=0; i<MAX_KEYS; i++ ) {
1068 if ( kg.keys[i].binding && kg.keys[i].binding[0] )
1069 Com_Printf( S_COLOR_GREY "Key " S_COLOR_WHITE "%s (%s) = " S_COLOR_GREY "\"" S_COLOR_WHITE "%s" S_COLOR_GREY "\"" S_COLOR_WHITE "\n", Key_KeynumToAscii( i ), Key_KeynumToString( i ), kg.keys[i].binding );
1070 }
1071}
1072
1073/*
1074============

Callers

nothing calls this directly

Calls 3

Key_KeynumToAsciiFunction · 0.70
Key_KeynumToStringFunction · 0.70
Com_PrintfFunction · 0.50

Tested by

no test coverage detected