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

Function Key_KeyToName

code/client/cl_keys.cpp:845–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843}
844
845static const char *Key_KeyToName( int keynum )
846{
847 return keynames[keynum].name;
848}
849
850static const char *Key_KeyToAscii( int keynum ) {
851 if ( !keynames[keynum].lower )

Callers 2

Key_KeynumToAsciiFunction · 0.70
Key_KeynumToStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected