Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
845
static const char *Key_KeyToName( int keynum )
846
{
847
return keynames[keynum].name;
848
}
849
850
static const char *Key_KeyToAscii( int keynum ) {
851
if ( !keynames[keynum].lower )
Callers
2
Key_KeynumToAscii
Function · 0.70
Key_KeynumToString
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected